#557143

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

Shades of Chalet Green #557143

Tints of Chalet Green #557143

Color information

#557143 (or 0x557143) is unknown color: approx Chalet Green. HEX triplet: 55, 71 and 43. RGB value is (85,113,67). Sum of RGB (Red+Green+Blue) = 85+113+67=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #557143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557143 is #AA8EBC. Grayscale: #636363. Windows color (decimal): -11177661 or 4419925. OLE color: 4419925.

HSL color Cylindrical-coordinate representation of color #557143: hue angle of 96.52º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557143 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB8511367-
CMYK0.2500.410.56
HSL96.52º25.56%35.29%-
HSV(B)96.52º40.71%44.31%-
XYZ10.6614.157.48-
YUV99.38109.72117.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=32.08%
G=42.64%
B=25.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113670.2500.410.5696.5225.5635.29
Hex5571431902938611a23
Octal12516110331051701413243
Binary101010111100011000011110010101001111000110000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557143; }

 p { color: rgb(85,113,67); }

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

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

 a { background-color: rgb(85,113,67); }

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

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

 span { border-color: rgb(85,113,67); }

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