#1C7855

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

Shades of Salem #1C7855

Tints of Salem #1C7855

Color information

#1C7855 (or 0x1C7855) is unknown color: approx Salem. HEX triplet: 1C, 78 and 55. RGB value is (28,120,85). Sum of RGB (Red+Green+Blue) = 28+120+85=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #1C7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7855 is #E387AA. Grayscale: #585858. Windows color (decimal): -14911403 or 5601308. OLE color: 5601308.

HSL color Cylindrical-coordinate representation of color #1C7855: hue angle of 157.17º 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 #1C7855 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB2812085-
CMYK0.7700.290.53
HSL157.17º62.16%29.02%-
HSV(B)157.17º76.67%47.06%-
XYZ8.8414.3410.9-
YUV88.5126.0284.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=12.02%
G=51.50%
B=36.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28120850.7700.290.53157.1762.1629.02
Hex1C78554D01D359d3e1d
Octal34170125115035652357635
Binary111001111000101010110011010111011101011001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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