#557038

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

Shades of Chalet Green #557038

Tints of Chalet Green #557038

Color information

#557038 (or 0x557038) is unknown color: approx Chalet Green. HEX triplet: 55, 70 and 38. RGB value is (85,112,56). Sum of RGB (Red+Green+Blue) = 85+112+56=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #557038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557038 is #AA8FC7. Grayscale: #616161. Windows color (decimal): -11177928 or 3698773. OLE color: 3698773.

HSL color Cylindrical-coordinate representation of color #557038: hue angle of 88.93º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #557038 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB8511256-
CMYK0.2400.500.56
HSL88.93º33.33%32.94%-
HSV(B)88.93º50%43.92%-
XYZ10.2513.815.87-
YUV97.54104.55119.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=33.60%
G=44.27%
B=22.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112560.2400.500.5688.9333.3332.94
Hex5570381803238592121
Octal1251607030062701314141
Binary101010111100001110001100001100101110001011001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557038; }

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

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

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

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

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

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

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

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