#838031

Color #838031 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #838031

Tints of Trendy Green #838031

Color information

#838031 (or 0x838031) is unknown color: approx Trendy Green. HEX triplet: 83, 80 and 31. RGB value is (131,128,49). Sum of RGB (Red+Green+Blue) = 131+128+49=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #838031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838031 is #7C7FCE. Grayscale: #787878. Windows color (decimal): -8159183 or 3244163. OLE color: 3244163.

HSL color Cylindrical-coordinate representation of color #838031: hue angle of 57.8º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #838031 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB13112849-
CMYK00.020.630.49
HSL57.8º45.56%35.29%-
HSV(B)57.8º62.6%51.37%-
XYZ17.6320.495.93-
YUV119.8987.99135.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=42.53%
G=41.56%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311284900.020.630.4957.845.5635.29
Hex838031023F313a2e23
Octal20320061027761725643
Binary1000001110000000110001010111111110001111010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838031; }

 p { color: rgb(131,128,49); }

 H1.HeaderClassName
 {
   color: #838031;
 }
 .AnyTagClassName
 {
   color: #838031;
 }
</style>
background-color css

<style>
 a { background-color: #838031; }

 a { background-color: rgb(131,128,49); }

 div.DivClassName
 {
   background-color: #838031;
 }
 .BgClassName
 {
   background-color: #838031;
 }
</style>
border-color css

<style>
 span { border-color: #838031; }

 span { border-color: rgb(131,128,49); }

 td.TdClassName
 {
   border-color: #838031;
 }
 .TagClassName
 {
   border-color: #838031;
 }
</style>