#555938

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

Shades of Saratoga #555938

Tints of Saratoga #555938

Color information

#555938 (or 0x555938) is unknown color: approx Saratoga. HEX triplet: 55, 59 and 38. RGB value is (85,89,56). Sum of RGB (Red+Green+Blue) = 85+89+56=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #555938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555938 is #AAA6C7. Grayscale: #545454. Windows color (decimal): -11183816 or 3692885. OLE color: 3692885.

HSL color Cylindrical-coordinate representation of color #555938: hue angle of 67.27º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555938 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB858956-
CMYK0.0400.370.65
HSL67.27º22.76%28.43%-
HSV(B)67.27º37.08%34.9%-
XYZ8.039.365.12-
YUV84.04112.17128.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=36.96%
G=38.70%
B=24.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589560.0400.370.6567.2722.7628.43
Hex55593840254143171c
Octal1251317040451011032734
Binary101010110110011110001000100101100000110000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555938; }

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

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

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

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

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

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

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

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