#526131

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

Shades of Dark Olive Green #526131

Tints of Dark Olive Green #526131

Color information

#526131 (or 0x526131) is unknown color: approx Dark Olive Green. HEX triplet: 52, 61 and 31. RGB value is (82,97,49). Sum of RGB (Red+Green+Blue) = 82+97+49=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #526131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526131 is #AD9ECE. Grayscale: #575757. Windows color (decimal): -11378383 or 3236178. OLE color: 3236178.

HSL color Cylindrical-coordinate representation of color #526131: hue angle of 78.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #526131 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB829749-
CMYK0.1500.490.62
HSL78.75º32.88%28.63%-
HSV(B)78.75º49.48%38.04%-
XYZ8.3110.564.51-
YUV87.04106.53124.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=35.96%
G=42.54%
B=21.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297490.1500.490.6278.7532.8828.63
Hex526131F0313E4f211d
Octal1221416117061761174135
Binary1010010110000111000111110110001111110100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526131; }

 p { color: rgb(82,97,49); }

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

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

 a { background-color: rgb(82,97,49); }

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

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

 span { border-color: rgb(82,97,49); }

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