Html Css Color HEX #566A2D Dark Olive Green

📋 copy color: '#566A2D'

red 86 ◦ green 106 ◦ blue 45

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

Shades of Dark Olive Green #566A2D

Tints of Dark Olive Green #566A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.99%

R = 36.29%
G = 44.73%
B = 18.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#566A2D (or 0x566A2D) is known color: Dark Olive Green. HEX triplet: 56, 6A and 2D. RGB value is (86,106,45). Sum of RGB (Red+Green+Blue) = 86+106+45=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #566A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566A2D is #A995D2. Grayscale: #5D5D5D. Windows color (decimal): -11113939 or 2976342. OLE color: 2976342.

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

Color convert

RGB 86 106 45 -
CMYK 0.19 0 0.58 0.58
HSL 79.67º 0.4% 0.3% -
HSV(B) 79.67º 0.58% 0.42% -
XYZ 9.47 12.48 4.39 -
YUV 93.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 86 106 45 0.19 0 0.58 0.58 79.67 0.4 0.3
Hex 56 6A 2D 13 0 3A 3A 50 28 1E
Octal 126 152 55 23 0 72 72 120 50 36
Binary 1010110 1101010 101101 10011 0 111010 111010 1010000 101000 11110

Color Harmonies of #566A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A2D

Black with #566A2D

Text Example


Text Example

White with #566A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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