#556938

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

Shades of Dark Olive Green #556938

Tints of Dark Olive Green #556938

Color information

#556938 (or 0x556938) is unknown color: approx Dark Olive Green. HEX triplet: 55, 69 and 38. RGB value is (85,105,56). Sum of RGB (Red+Green+Blue) = 85+105+56=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #556938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556938 is #AA96C7. Grayscale: #5D5D5D. Windows color (decimal): -11179720 or 3696981. OLE color: 3696981.

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

Color convert

RGB8510556-
CMYK0.1900.470.59
HSL84.49º30.43%31.57%-
HSV(B)84.49º46.67%41.18%-
XYZ9.5112.325.62-
YUV93.43106.87121.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=34.55%
G=42.68%
B=22.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105560.1900.470.5984.4930.4331.57
Hex5569381302F3B541e20
Octal1251517023057731243640
Binary10101011101001111000100110101111111011101010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556938; }

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

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

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

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

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

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

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

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