#1C7955

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

Shades of Salem #1C7955

Tints of Salem #1C7955

Color information

#1C7955 (or 0x1C7955) is unknown color: approx Salem. HEX triplet: 1C, 79 and 55. RGB value is (28,121,85). Sum of RGB (Red+Green+Blue) = 28+121+85=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7955 is #E386AA. Grayscale: #595959. Windows color (decimal): -14911147 or 5601564. OLE color: 5601564.

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

Color convert

RGB2812185-
CMYK0.7700.300.53
HSL156.77º62.42%29.22%-
HSV(B)156.77º76.86%47.45%-
XYZ8.9614.5810.94-
YUV89.09125.6984.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.97%
GREEN value IS 121 (47.66% from 255) = 51.71%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=11.97%
G=51.71%
B=36.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28121850.7700.300.53156.7762.4229.22
Hex1C79554D01E359d3e1d
Octal34171125115036652357635
Binary111001111001101010110011010111101101011001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,121,85); }

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

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

 a { background-color: rgb(28,121,85); }

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

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

 span { border-color: rgb(28,121,85); }

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