#556030

Color #556030 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #556030

Tints of Saratoga #556030

Color information

#556030 (or 0x556030) is unknown color: approx Saratoga. HEX triplet: 55, 60 and 30. RGB value is (85,96,48). Sum of RGB (Red+Green+Blue) = 85+96+48=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #556030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556030 is #AA9FCF. Grayscale: #575757. Windows color (decimal): -11182032 or 3170389. OLE color: 3170389.

HSL color Cylindrical-coordinate representation of color #556030: hue angle of 73.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #556030 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB859648-
CMYK0.1100.500.62
HSL73.75º33.33%28.24%-
HSV(B)73.75º50%37.65%-
XYZ8.4610.514.38-
YUV87.24105.86126.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 48 (19.14% from 255) = 20.96%
R=37.12%
G=41.92%
B=20.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596480.1100.500.6273.7533.3328.24
Hex556030B0323E4a211c
Octal1251406013062761124134
Binary1010101110000011000010110110010111110100101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556030; }

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

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

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

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

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

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

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

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