#556923

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

Shades of Dark Olive Green #556923

Tints of Dark Olive Green #556923

Color information

#556923 (or 0x556923) is unknown color: approx Dark Olive Green. HEX triplet: 55, 69 and 23. RGB value is (85,105,35). Sum of RGB (Red+Green+Blue) = 85+105+35=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #556923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556923 is #AA96DC. Grayscale: #5B5B5B. Windows color (decimal): -11179741 or 2320725. OLE color: 2320725.

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

Color convert

RGB8510535-
CMYK0.1900.670.59
HSL77.14º50%27.45%-
HSV(B)77.14º66.67%41.18%-
XYZ9.112.163.46-
YUV91.0496.37123.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=37.78%
G=46.67%
B=15.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105350.1900.670.5977.145027.45
Hex556923130433B4d321b
Octal12515143230103731156233
Binary101010111010011000111001101000011111011100110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556923; }

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

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

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

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

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

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

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

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