#557735

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

Shades of Chalet Green #557735

Tints of Chalet Green #557735

Color information

#557735 (or 0x557735) is unknown color: approx Chalet Green. HEX triplet: 55, 77 and 35. RGB value is (85,119,53). Sum of RGB (Red+Green+Blue) = 85+119+53=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #557735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557735 is #AA88CA. Grayscale: #656565. Windows color (decimal): -11176139 or 3503957. OLE color: 3503957.

HSL color Cylindrical-coordinate representation of color #557735: hue angle of 90.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557735 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB8511953-
CMYK0.2900.550.53
HSL90.91º38.37%33.73%-
HSV(B)90.91º55.46%46.67%-
XYZ10.9915.385.76-
YUV101.31100.74116.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 53 (21.09% from 255) = 20.62%
R=33.07%
G=46.30%
B=20.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119530.2900.550.5390.9138.3733.73
Hex5577351D037355b2622
Octal1251676535067651334642
Binary101010111101111101011110101101111101011011011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557735; }

 p { color: rgb(85,119,53); }

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

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

 a { background-color: rgb(85,119,53); }

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

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

 span { border-color: rgb(85,119,53); }

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