#556826

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

Shades of Dark Olive Green #556826

Tints of Dark Olive Green #556826

Color information

#556826 (or 0x556826) is unknown color: approx Dark Olive Green. HEX triplet: 55, 68 and 26. RGB value is (85,104,38). Sum of RGB (Red+Green+Blue) = 85+104+38=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #556826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556826 is #AA97D9. Grayscale: #5B5B5B. Windows color (decimal): -11179994 or 2517077. OLE color: 2517077.

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

Color convert

RGB8510438-
CMYK0.1800.630.59
HSL77.27º46.48%27.84%-
HSV(B)77.27º63.46%40.78%-
XYZ9.0511.973.67-
YUV90.7998.21123.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=37.44%
G=45.81%
B=16.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104380.1800.630.5977.2746.4827.84
Hex5568261203F3B4d2e1c
Octal1251504622077731155634
Binary10101011101000100110100100111111111011100110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556826; }

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

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

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

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

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

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

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

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