#1C7354

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

Shades of Salem #1C7354

Tints of Salem #1C7354

Color information

#1C7354 (or 0x1C7354) is unknown color: approx Salem. HEX triplet: 1C, 73 and 54. RGB value is (28,115,84). Sum of RGB (Red+Green+Blue) = 28+115+84=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #1C7354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7354 is #E38CAB. Grayscale: #555555. Windows color (decimal): -14912684 or 5534492. OLE color: 5534492.

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

Color convert

RGB2811584-
CMYK0.7600.270.55
HSL158.62º60.84%28.04%-
HSV(B)158.62º75.65%45.1%-
XYZ8.2113.1510.49-
YUV85.45127.1887.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.33%
GREEN value IS 115 (45.31% from 255) = 50.66%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=12.33%
G=50.66%
B=37.00%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28115840.7600.270.55158.6260.8428.04
Hex1C73544C01B379f3d1c
Octal34163124114033672377534
Binary111001110011101010010011000110111101111001111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,115,84); }

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

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

 a { background-color: rgb(28,115,84); }

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

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

 span { border-color: rgb(28,115,84); }

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