#526432

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

Shades of Dark Olive Green #526432

Tints of Dark Olive Green #526432

Color information

#526432 (or 0x526432) is unknown color: approx Dark Olive Green. HEX triplet: 52, 64 and 32. RGB value is (82,100,50). Sum of RGB (Red+Green+Blue) = 82+100+50=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #526432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526432 is #AD9BCD. Grayscale: #595959. Windows color (decimal): -11377614 or 3302482. OLE color: 3302482.

HSL color Cylindrical-coordinate representation of color #526432: hue angle of 81.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526432 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB8210050-
CMYK0.1800.500.61
HSL81.6º33.33%29.41%-
HSV(B)81.6º50%39.22%-
XYZ8.6111.144.71-
YUV88.92106.04123.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 100 (39.45% from 255) = 43.10%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=35.34%
G=43.10%
B=21.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100500.1800.500.6181.633.3329.41
Hex526432120323D52211d
Octal1221446222062751224135
Binary10100101100100110010100100110010111101101001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526432; }

 p { color: rgb(82,100,50); }

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

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

 a { background-color: rgb(82,100,50); }

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

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

 span { border-color: rgb(82,100,50); }

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