Html Css Color HEX #566A31 Dark Olive Green

📋 copy color: '#566A31'

red 86 ◦ green 106 ◦ blue 49

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

Shades of Dark Olive Green #566A31

Tints of Dark Olive Green #566A31

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.98%

 BLUE value IS 49 (19.53% from 255) = 20.33%

R = 35.68%
G = 43.98%
B = 20.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#566A31 (or 0x566A31) is known color: Dark Olive Green. HEX triplet: 56, 6A and 31. RGB value is (86,106,49). Sum of RGB (Red+Green+Blue) = 86+106+49=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #566A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566A31 is #A995CE. Grayscale: #5D5D5D. Windows color (decimal): -11113935 or 3238486. OLE color: 3238486.

HSL color Cylindrical-coordinate representation of color #566A31: hue angle of 81.05º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #566A31 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 106 49 -
CMYK 0.19 0 0.54 0.58
HSL 81.05º 0.37% 0.3% -
HSV(B) 81.05º 0.54% 0.42% -
XYZ 9.55 12.51 4.82 -
YUV 93.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 86 106 49 0.19 0 0.54 0.58 81.05 0.37 0.3
Hex 56 6A 31 13 0 36 3A 51 25 1E
Octal 126 152 61 23 0 66 72 121 45 36
Binary 1010110 1101010 110001 10011 0 110110 111010 1010001 100101 11110

Color Harmonies of #566A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A31

Black with #566A31

Text Example


Text Example

White with #566A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566A31; }

 p { color: rgb(86,106,49); }

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

background-color css

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

 a { background-color: rgb(86,106,49); }

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

border-color css

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

 span { border-color: rgb(86,106,49); }

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