Html Css Color HEX #52662D Dark Olive Green

📋 copy color: '#52662D'

red 82 ◦ green 102 ◦ blue 45

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

Shades of Dark Olive Green #52662D

Tints of Dark Olive Green #52662D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.65%

R = 35.81%
G = 44.54%
B = 19.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#52662D (or 0x52662D) is known color: Dark Olive Green. HEX triplet: 52, 66 and 2D. RGB value is (82,102,45). Sum of RGB (Red+Green+Blue) = 82+102+45=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #52662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52662D is #AD99D2. Grayscale: #595959. Windows color (decimal): -11377107 or 2975314. OLE color: 2975314.

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

Color convert

RGB 82 102 45 -
CMYK 0.20 0 0.56 0.6
HSL 81.05º 0.39% 0.29% -
HSV(B) 81.05º 0.56% 0.4% -
XYZ 8.7 11.49 4.24 -
YUV 89.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 82 102 45 0.20 0 0.56 0.6 81.05 0.39 0.29
Hex 52 66 2D 14 0 38 3C 51 27 1D
Octal 122 146 55 24 0 70 74 121 47 35
Binary 1010010 1100110 101101 10100 0 111000 111100 1010001 100111 11101

Color Harmonies of #52662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52662D

Black with #52662D

Text Example


Text Example

White with #52662D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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