#526132

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

Shades of Dark Olive Green #526132

Tints of Dark Olive Green #526132

Color information

#526132 (or 0x526132) is unknown color: approx Dark Olive Green. HEX triplet: 52, 61 and 32. RGB value is (82,97,50). Sum of RGB (Red+Green+Blue) = 82+97+50=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #526132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526132 is #AD9ECD. Grayscale: #575757. Windows color (decimal): -11378382 or 3301714. OLE color: 3301714.

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

Color convert

RGB829750-
CMYK0.1500.480.62
HSL79.15º31.97%28.82%-
HSV(B)79.15º48.45%38.04%-
XYZ8.3310.574.62-
YUV87.16107.03124.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=35.81%
G=42.36%
B=21.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297500.1500.480.6279.1531.9728.82
Hex526132F0303E4f201d
Octal1221416217060761174035
Binary1010010110000111001011110110000111110100111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526132; }

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

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

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

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

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

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

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

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