Html Css Color HEX #52622B Dark Olive Green

📋 copy color: '#52622B'

red 82 ◦ green 98 ◦ blue 43

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

Shades of Dark Olive Green #52622B

Tints of Dark Olive Green #52622B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.28%

R = 36.77%
G = 43.95%
B = 19.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#52622B (or 0x52622B) is known color: Dark Olive Green. HEX triplet: 52, 62 and 2B. RGB value is (82,98,43). Sum of RGB (Red+Green+Blue) = 82+98+43=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #52622B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52622B is #AD9DD4. Grayscale: #575757. Windows color (decimal): -11378133 or 2843218. OLE color: 2843218.

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

Color convert

RGB 82 98 43 -
CMYK 0.16 0 0.56 0.62
HSL 77.45º 0.39% 0.28% -
HSV(B) 77.45º 0.56% 0.38% -
XYZ 8.28 10.7 3.91 -
YUV 86.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 82 98 43 0.16 0 0.56 0.62 77.45 0.39 0.28
Hex 52 62 2B 10 0 38 3E 4D 27 1C
Octal 122 142 53 20 0 70 76 115 47 34
Binary 1010010 1100010 101011 10000 0 111000 111110 1001101 100111 11100

Color Harmonies of #52622B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52622B

Black with #52622B

Text Example


Text Example

White with #52622B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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