#566A38

Color #566A38 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #566A38

Tints of Dark Olive Green #566A38

Color information

#566A38 (or 0x566A38) is unknown color: approx Dark Olive Green. HEX triplet: 56, 6A and 38. RGB value is (86,106,56). Sum of RGB (Red+Green+Blue) = 86+106+56=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #566A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566A38 is #A995C7. Grayscale: #5E5E5E. Windows color (decimal): -11113928 or 3697238. OLE color: 3697238.

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

Color convert

RGB8610656-
CMYK0.1900.470.58
HSL84º30.86%31.76%-
HSV(B)84º47.17%41.57%-
XYZ9.7112.575.66-
YUV94.32106.37122.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 106 (41.80% from 255) = 42.74%
BLUE value IS 56 (22.27% from 255) = 22.58%
R=34.68%
G=42.74%
B=22.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86106560.1900.470.588430.8631.76
Hex566A381302F3A541f20
Octal1261527023057721243740
Binary10101101101010111000100110101111111010101010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #566A38;
 }
 .AnyTagClassName
 {
   color: #566A38;
 }
</style>
background-color css

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

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

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

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

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

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