#556B38

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

Shades of Dark Olive Green #556B38

Tints of Dark Olive Green #556B38

Color information

#556B38 (or 0x556B38) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6B and 38. RGB value is (85,107,56). Sum of RGB (Red+Green+Blue) = 85+107+56=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #556B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B38 is #AA94C7. Grayscale: #5E5E5E. Windows color (decimal): -11179208 or 3697493. OLE color: 3697493.

HSL color Cylindrical-coordinate representation of color #556B38: hue angle of 85.88º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556B38 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB8510756-
CMYK0.2100.480.58
HSL85.88º31.29%31.96%-
HSV(B)85.88º47.66%41.96%-
XYZ9.7212.735.69-
YUV94.61106.21121.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 56 (22.27% from 255) = 22.58%
R=34.27%
G=43.15%
B=22.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107560.2100.480.5885.8831.2931.96
Hex556B38150303A561f20
Octal1251537025060721263740
Binary10101011101011111000101010110000111010101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556B38; }

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

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

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

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

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

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

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

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