Html Css Color HEX #52662A Dark Olive Green

📋 copy color: '#52662A'

red 82 ◦ green 102 ◦ blue 42

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

Shades of Dark Olive Green #52662A

Tints of Dark Olive Green #52662A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.58%

R = 36.28%
G = 45.13%
B = 18.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#52662A (or 0x52662A) is known color: Dark Olive Green. HEX triplet: 52, 66 and 2A. RGB value is (82,102,42). Sum of RGB (Red+Green+Blue) = 82+102+42=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #52662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52662A is #AD99D5. Grayscale: #595959. Windows color (decimal): -11377110 or 2778706. OLE color: 2778706.

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

Color convert

RGB 82 102 42 -
CMYK 0.20 0 0.59 0.6
HSL 80º 0.42% 0.28% -
HSV(B) 80º 0.59% 0.4% -
XYZ 8.65 11.46 3.95 -
YUV 89.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 82 102 42 0.20 0 0.59 0.6 80 0.42 0.28
Hex 52 66 2A 14 0 3B 3C 50 2A 1C
Octal 122 146 52 24 0 73 74 120 52 34
Binary 1010010 1100110 101010 10100 0 111011 111100 1010000 101010 11100

Color Harmonies of #52662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52662A

Black with #52662A

Text Example


Text Example

White with #52662A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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