#52612F

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

Shades of Dark Olive Green #52612F

Tints of Dark Olive Green #52612F

Color information

#52612F (or 0x52612F) is unknown color: approx Dark Olive Green. HEX triplet: 52, 61 and 2F. RGB value is (82,97,47). Sum of RGB (Red+Green+Blue) = 82+97+47=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #52612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52612F is #AD9ED0. Grayscale: #575757. Windows color (decimal): -11378385 or 3105106. OLE color: 3105106.

HSL color Cylindrical-coordinate representation of color #52612F: hue angle of 78º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52612F is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB829747-
CMYK0.1500.520.62
HSL78º34.72%28.24%-
HSV(B)78º51.55%38.04%-
XYZ8.2710.554.29-
YUV86.82105.53124.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=36.28%
G=42.92%
B=20.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297470.1500.520.627834.7228.24
Hex52612FF0343E4e231c
Octal1221415717064761164334
Binary1010010110000110111111110110100111110100111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52612F; }

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

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

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

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

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

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

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

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