#52602F

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

Shades of Dark Olive Green #52602F

Tints of Dark Olive Green #52602F

Color information

#52602F (or 0x52602F) is unknown color: approx Dark Olive Green. HEX triplet: 52, 60 and 2F. RGB value is (82,96,47). Sum of RGB (Red+Green+Blue) = 82+96+47=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #52602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52602F is #AD9FD0. Grayscale: #565656. Windows color (decimal): -11378641 or 3104850. OLE color: 3104850.

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

Color convert

RGB829647-
CMYK0.1500.510.62
HSL77.14º34.27%28.04%-
HSV(B)77.14º51.04%37.65%-
XYZ8.1810.364.26-
YUV86.23105.86124.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=36.44%
G=42.67%
B=20.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296470.1500.510.6277.1434.2728.04
Hex52602FF0333E4d221c
Octal1221405717063761154234
Binary1010010110000010111111110110011111110100110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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