Html Css Color HEX #52662C Dark Olive Green

📋 copy color: '#52662C'

red 82 ◦ green 102 ◦ blue 44

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

Shades of Dark Olive Green #52662C

Tints of Dark Olive Green #52662C

RGB

 RED value IS 82 (32.42% from 255) = 35.96%

 GREEN value IS 102 (40.23% from 255) = 44.74%

 BLUE value IS 44 (17.58% from 255) = 19.3%

R = 35.96%
G = 44.74%
B = 19.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#52662C (or 0x52662C) is known color: Dark Olive Green. HEX triplet: 52, 66 and 2C. RGB value is (82,102,44). Sum of RGB (Red+Green+Blue) = 82+102+44=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #52662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52662C is #AD99D3. Grayscale: #595959. Windows color (decimal): -11377108 or 2909778. OLE color: 2909778.

HSL color Cylindrical-coordinate representation of color #52662C: hue angle of 80.69º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52662C is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 44 -
CMYK 0.20 0 0.57 0.6
HSL 80.69º 0.4% 0.29% -
HSV(B) 80.69º 0.57% 0.4% -
XYZ 8.69 11.48 4.14 -
YUV 89.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 82 102 44 0.20 0 0.57 0.6 80.69 0.4 0.29
Hex 52 66 2C 14 0 39 3C 51 28 1D
Octal 122 146 54 24 0 71 74 121 50 35
Binary 1010010 1100110 101100 10100 0 111001 111100 1010001 101000 11101

Color Harmonies of #52662C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52662C

Black with #52662C

Text Example


Text Example

White with #52662C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52662C; }

 p { color: rgb(82,102,44); }

 H1.HeaderClassName
 {
   color: #52662C;
 }
 .AnyTagClassName
 {
   color: #52662C;
 }
</style>

background-color css

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

 a { background-color: rgb(82,102,44); }

 div.DivClassName
 {
   background-color: #52662C;
 }
 .BgClassName
 {
   background-color: #52662C;
 }
</style>

border-color css

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

 span { border-color: rgb(82,102,44); }

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