#1C7C50

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

Shades of Salem #1C7C50

Tints of Salem #1C7C50

Color information

#1C7C50 (or 0x1C7C50) is unknown color: approx Salem. HEX triplet: 1C, 7C and 50. RGB value is (28,124,80). Sum of RGB (Red+Green+Blue) = 28+124+80=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #1C7C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7C50 is #E383AF. Grayscale: #5A5A5A. Windows color (decimal): -14910384 or 5274652. OLE color: 5274652.

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

Color convert

RGB2812480-
CMYK0.7700.350.51
HSL152.5º63.16%29.8%-
HSV(B)152.5º77.42%48.63%-
XYZ9.1315.2410.05-
YUV90.28122.283.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.07%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=12.07%
G=53.45%
B=34.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28124800.7700.350.51152.563.1629.8
Hex1C7C504D02333983f1e
Octal34174120115043632307736
Binary1110011111001010000100110101000111100111001100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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