#1C784C

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

Shades of Salem #1C784C

Tints of Salem #1C784C

Color information

#1C784C (or 0x1C784C) is unknown color: approx Salem. HEX triplet: 1C, 78 and 4C. RGB value is (28,120,76). Sum of RGB (Red+Green+Blue) = 28+120+76=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #1C784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C784C is #E387B3. Grayscale: #575757. Windows color (decimal): -14911412 or 5011484. OLE color: 5011484.

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

Color convert

RGB2812076-
CMYK0.7700.370.53
HSL151.3º62.16%29.02%-
HSV(B)151.3º76.67%47.06%-
XYZ8.514.29.13-
YUV87.48121.5285.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.5%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=12.5%
G=53.57%
B=33.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28120760.7700.370.53151.362.1629.02
Hex1C784C4D02535973e1d
Octal34170114115045652277635
Binary1110011110001001100100110101001011101011001011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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