#526231

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

Shades of Dark Olive Green #526231

Tints of Dark Olive Green #526231

Color information

#526231 (or 0x526231) is unknown color: approx Dark Olive Green. HEX triplet: 52, 62 and 31. RGB value is (82,98,49). Sum of RGB (Red+Green+Blue) = 82+98+49=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #526231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526231 is #AD9DCE. Grayscale: #575757. Windows color (decimal): -11378127 or 3236434. OLE color: 3236434.

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

Color convert

RGB829849-
CMYK0.1600.50.62
HSL79.59º33.33%28.82%-
HSV(B)79.59º50%38.43%-
XYZ8.410.754.54-
YUV87.63106.2123.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=35.81%
G=42.79%
B=21.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298490.1600.50.6279.5933.3328.82
Hex526231100323E50211d
Octal1221426120062761204135
Binary10100101100010110001100000110010111110101000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526231; }

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

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

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

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

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

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

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

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