#1C7757

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

Shades of Salem #1C7757

Tints of Salem #1C7757

Color information

#1C7757 (or 0x1C7757) is unknown color: approx Salem. HEX triplet: 1C, 77 and 57. RGB value is (28,119,87). Sum of RGB (Red+Green+Blue) = 28+119+87=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #1C7757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7757 is #E388A8. Grayscale: #585858. Windows color (decimal): -14911657 or 5732124. OLE color: 5732124.

HSL color Cylindrical-coordinate representation of color #1C7757: hue angle of 158.9º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7757 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB2811987-
CMYK0.7600.270.53
HSL158.9º61.9%28.82%-
HSV(B)158.9º76.47%46.67%-
XYZ8.814.1311.28-
YUV88.14127.3585.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.97%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=11.97%
G=50.85%
B=37.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28119870.7600.270.53158.961.928.82
Hex1C77574C01B359f3e1d
Octal34167127114033652377635
Binary111001110111101011110011000110111101011001111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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