#1C7C53

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

Shades of Salem #1C7C53

Tints of Salem #1C7C53

Color information

#1C7C53 (or 0x1C7C53) is unknown color: approx Salem. HEX triplet: 1C, 7C and 53. RGB value is (28,124,83). Sum of RGB (Red+Green+Blue) = 28+124+83=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #1C7C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7C53 is #E383AC. Grayscale: #5A5A5A. Windows color (decimal): -14910381 or 5471260. OLE color: 5471260.

HSL color Cylindrical-coordinate representation of color #1C7C53: hue angle of 154.38º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7C53 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB2812483-
CMYK0.7700.330.51
HSL154.38º63.16%29.8%-
HSV(B)154.38º77.42%48.63%-
XYZ9.2515.2910.65-
YUV90.62123.783.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 124 (48.83% from 255) = 52.77%
BLUE value IS 83 (32.81% from 255) = 35.32%
R=11.91%
G=52.77%
B=35.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28124830.7700.330.51154.3863.1629.8
Hex1C7C534D021339a3f1e
Octal34174123115041632327736
Binary1110011111001010011100110101000011100111001101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,124,83); }

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

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

 a { background-color: rgb(28,124,83); }

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

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

 span { border-color: rgb(28,124,83); }

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