Html Css Color HEX #52602F Dark Olive Green

📋 copy color: '#52602F'

red 82 ◦ green 96 ◦ blue 47

#52602F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #52602F

Tints of Dark Olive Green #52602F

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 value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#52602F (or 0x52602F) is known color: 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

RGB 82 96 47 -
CMYK 0.15 0 0.51 0.62
HSL 77.14º 0.34% 0.28% -
HSV(B) 77.14º 0.51% 0.38% -
XYZ 8.18 10.36 4.26 -
YUV 86.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 82 96 47 0.15 0 0.51 0.62 77.14 0.34 0.28
Hex 52 60 2F F 0 33 3E 4D 22 1C
Octal 122 140 57 17 0 63 76 115 42 34
Binary 1010010 1100000 101111 1111 0 110011 111110 1001101 100010 11100

Color Harmonies of #52602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52602F

Black with #52602F

Text Example


Text Example

White with #52602F

Text Example


Text Example

HTML Codes & Css Web 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>