Html Css Color HEX #52622E Dark Olive Green

📋 copy color: '#52622E'

red 82 ◦ green 98 ◦ blue 46

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

Shades of Dark Olive Green #52622E

Tints of Dark Olive Green #52622E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.36%

 BLUE value IS 46 (18.36% from 255) = 20.35%

R = 36.28%
G = 43.36%
B = 20.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#52622E (or 0x52622E) is known color: Dark Olive Green. HEX triplet: 52, 62 and 2E. RGB value is (82,98,46). Sum of RGB (Red+Green+Blue) = 82+98+46=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #52622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52622E is #AD9DD1. Grayscale: #575757. Windows color (decimal): -11378130 or 3039826. OLE color: 3039826.

HSL color Cylindrical-coordinate representation of color #52622E: hue angle of 78.46º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52622E is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 46 -
CMYK 0.16 0 0.53 0.62
HSL 78.46º 0.36% 0.28% -
HSV(B) 78.46º 0.53% 0.38% -
XYZ 8.34 10.73 4.22 -
YUV 87.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 82 98 46 0.16 0 0.53 0.62 78.46 0.36 0.28
Hex 52 62 2E 10 0 35 3E 4E 24 1C
Octal 122 142 56 20 0 65 76 116 44 34
Binary 1010010 1100010 101110 10000 0 110101 111110 1001110 100100 11100

Color Harmonies of #52622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52622E

Black with #52622E

Text Example


Text Example

White with #52622E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52622E; }

 p { color: rgb(82,98,46); }

 H1.HeaderClassName
 {
   color: #52622E;
 }
 .AnyTagClassName
 {
   color: #52622E;
 }
</style>

background-color css

<style>
 a { background-color: #52622E; }

 a { background-color: rgb(82,98,46); }

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

border-color css

<style>
 span { border-color: #52622E; }

 span { border-color: rgb(82,98,46); }

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