Html Css Color HEX #566232 Dark Olive Green

📋 copy color: '#566232'

red 86 ◦ green 98 ◦ blue 50

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

Shades of Dark Olive Green #566232

Tints of Dark Olive Green #566232

RGB

 RED value IS 86 (33.98% from 255) = 36.75%

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

 BLUE value IS 50 (19.92% from 255) = 21.37%

R = 36.75%
G = 41.88%
B = 21.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#566232 (or 0x566232) is known color: Dark Olive Green. HEX triplet: 56, 62 and 32. RGB value is (86,98,50). Sum of RGB (Red+Green+Blue) = 86+98+50=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #566232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566232 is #A99DCD. Grayscale: #595959. Windows color (decimal): -11115982 or 3301974. OLE color: 3301974.

HSL color Cylindrical-coordinate representation of color #566232: hue angle of 75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #566232 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 98 50 -
CMYK 0.12 0 0.49 0.62
HSL 75º 0.32% 0.29% -
HSV(B) 75º 0.49% 0.38% -
XYZ 8.78 10.94 4.67 -
YUV 88.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 86 98 50 0.12 0 0.49 0.62 75 0.32 0.29
Hex 56 62 32 C 0 31 3E 4B 20 1D
Octal 126 142 62 14 0 61 76 113 40 35
Binary 1010110 1100010 110010 1100 0 110001 111110 1001011 100000 11101

Color Harmonies of #566232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566232

Black with #566232

Text Example


Text Example

White with #566232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566232; }

 p { color: rgb(86,98,50); }

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

background-color css

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

 a { background-color: rgb(86,98,50); }

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

border-color css

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

 span { border-color: rgb(86,98,50); }

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