Html Css Color HEX #52622F Dark Olive Green

📋 copy color: '#52622F'

red 82 ◦ green 98 ◦ blue 47

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

Shades of Dark Olive Green #52622F

Tints of Dark Olive Green #52622F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.7%

R = 36.12%
G = 43.17%
B = 20.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#52622F (or 0x52622F) is known color: Dark Olive Green. HEX triplet: 52, 62 and 2F. RGB value is (82,98,47). Sum of RGB (Red+Green+Blue) = 82+98+47=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #52622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52622F is #AD9DD0. Grayscale: #575757. Windows color (decimal): -11378129 or 3105362. OLE color: 3105362.

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

Color convert

RGB 82 98 47 -
CMYK 0.16 0 0.52 0.62
HSL 78.82º 0.35% 0.28% -
HSV(B) 78.82º 0.52% 0.38% -
XYZ 8.36 10.73 4.32 -
YUV 87.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 82 98 47 0.16 0 0.52 0.62 78.82 0.35 0.28
Hex 52 62 2F 10 0 34 3E 4F 23 1C
Octal 122 142 57 20 0 64 76 117 43 34
Binary 1010010 1100010 101111 10000 0 110100 111110 1001111 100011 11100

Color Harmonies of #52622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52622F

Black with #52622F

Text Example


Text Example

White with #52622F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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