#556538

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

Shades of Dark Olive Green #556538

Tints of Dark Olive Green #556538

Color information

#556538 (or 0x556538) is unknown color: approx Dark Olive Green. HEX triplet: 55, 65 and 38. RGB value is (85,101,56). Sum of RGB (Red+Green+Blue) = 85+101+56=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #556538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556538 is #AA9AC7. Grayscale: #5B5B5B. Windows color (decimal): -11180744 or 3695957. OLE color: 3695957.

HSL color Cylindrical-coordinate representation of color #556538: hue angle of 81.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #556538 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB8510156-
CMYK0.1600.450.60
HSL81.33º28.66%30.78%-
HSV(B)81.33º44.55%39.61%-
XYZ9.1111.525.49-
YUV91.09108.2123.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=35.12%
G=41.74%
B=23.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101560.1600.450.6081.3328.6630.78
Hex5565381002D3C511d1f
Octal1251457020055741213537
Binary1010101110010111100010000010110111110010100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556538; }

 p { color: rgb(85,101,56); }

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

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

 a { background-color: rgb(85,101,56); }

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

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

 span { border-color: rgb(85,101,56); }

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