#556F30

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

Shades of Dark Olive Green #556F30

Tints of Dark Olive Green #556F30

Color information

#556F30 (or 0x556F30) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6F and 30. RGB value is (85,111,48). Sum of RGB (Red+Green+Blue) = 85+111+48=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #556F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F30 is #AA90CF. Grayscale: #606060. Windows color (decimal): -11178192 or 3174229. OLE color: 3174229.

HSL color Cylindrical-coordinate representation of color #556F30: hue angle of 84.76º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #556F30 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB8511148-
CMYK0.2300.570.56
HSL84.76º39.62%31.18%-
HSV(B)84.76º56.76%43.53%-
XYZ9.9613.514.88-
YUV96.04100.89120.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 111 (43.75% from 255) = 45.49%
BLUE value IS 48 (19.14% from 255) = 19.67%
R=34.84%
G=45.49%
B=19.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111480.2300.570.5684.7639.6231.18
Hex556F30170393855281f
Octal1251576027071701255037
Binary10101011101111110000101110111001111000101010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,111,48); }

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

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

 a { background-color: rgb(85,111,48); }

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

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

 span { border-color: rgb(85,111,48); }

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