#1C7557

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

Shades of Salem #1C7557

Tints of Salem #1C7557

Color information

#1C7557 (or 0x1C7557) is unknown color: approx Salem. HEX triplet: 1C, 75 and 57. RGB value is (28,117,87). Sum of RGB (Red+Green+Blue) = 28+117+87=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #1C7557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7557 is #E38AA8. Grayscale: #575757. Windows color (decimal): -14912169 or 5731612. OLE color: 5731612.

HSL color Cylindrical-coordinate representation of color #1C7557: hue angle of 159.78º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7557 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB2811787-
CMYK0.7600.260.54
HSL159.78º61.38%28.43%-
HSV(B)159.78º76.07%45.88%-
XYZ8.5613.6611.2-
YUV86.97128.0185.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.07%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=12.07%
G=50.43%
B=37.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28117870.7600.260.54159.7861.3828.43
Hex1C75574C01A36a03d1c
Octal34165127114032662407534
Binary111001110101101011110011000110101101101010000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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