#1C8557

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

Shades of Salem #1C8557

Tints of Salem #1C8557

Color information

#1C8557 (or 0x1C8557) is unknown color: approx Salem. HEX triplet: 1C, 85 and 57. RGB value is (28,133,87). Sum of RGB (Red+Green+Blue) = 28+133+87=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8557 is #E37AA8. Grayscale: #606060. Windows color (decimal): -14908073 or 5735708. OLE color: 5735708.

HSL color Cylindrical-coordinate representation of color #1C8557: hue angle of 153.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8557 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB2813387-
CMYK0.7900.350.48
HSL153.71º65.22%31.57%-
HSV(B)153.71º78.95%52.16%-
XYZ10.5917.7111.88-
YUV96.36122.7179.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.29%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=11.29%
G=53.63%
B=35.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28133870.7900.350.48153.7165.2231.57
Hex1C85574F023309a4120
Octal342051271170436023210140
Binary1110010000101101011110011110100011110000100110101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C8557; }

 p { color: rgb(28,133,87); }

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

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

 a { background-color: rgb(28,133,87); }

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

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

 span { border-color: rgb(28,133,87); }

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