#1C724E

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

Shades of Salem #1C724E

Tints of Salem #1C724E

Color information

#1C724E (or 0x1C724E) is unknown color: approx Salem. HEX triplet: 1C, 72 and 4E. RGB value is (28,114,78). Sum of RGB (Red+Green+Blue) = 28+114+78=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #1C724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C724E is #E38DB1. Grayscale: #545454. Windows color (decimal): -14912946 or 5141020. OLE color: 5141020.

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

Color convert

RGB2811478-
CMYK0.7500.320.55
HSL154.88º60.56%27.84%-
HSV(B)154.88º75.44%44.71%-
XYZ7.8712.839.27-
YUV84.18124.5187.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.73%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=12.73%
G=51.82%
B=35.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28114780.7500.320.55154.8860.5627.84
Hex1C724E4B020379b3d1c
Octal34162116113040672337534
Binary1110011100101001110100101101000001101111001101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,114,78); }

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

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

 a { background-color: rgb(28,114,78); }

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

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

 span { border-color: rgb(28,114,78); }

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