#556838

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

Shades of Dark Olive Green #556838

Tints of Dark Olive Green #556838

Color information

#556838 (or 0x556838) is unknown color: approx Dark Olive Green. HEX triplet: 55, 68 and 38. RGB value is (85,104,56). Sum of RGB (Red+Green+Blue) = 85+104+56=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #556838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556838 is #AA97C7. Grayscale: #5D5D5D. Windows color (decimal): -11179976 or 3696725. OLE color: 3696725.

HSL color Cylindrical-coordinate representation of color #556838: hue angle of 83.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #556838 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB8510456-
CMYK0.1800.460.59
HSL83.75º30%31.37%-
HSV(B)83.75º46.15%40.78%-
XYZ9.4112.125.58-
YUV92.85107.21122.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 104 (41.02% from 255) = 42.45%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=34.69%
G=42.45%
B=22.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104560.1800.460.5983.753031.37
Hex5568381202E3B541e1f
Octal1251507022056731243637
Binary1010101110100011100010010010111011101110101001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556838; }

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

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

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

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

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

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

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

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