#1C894E

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

Shades of Salem #1C894E

Tints of Salem #1C894E

Color information

#1C894E (or 0x1C894E) is unknown color: approx Salem. HEX triplet: 1C, 89 and 4E. RGB value is (28,137,78). Sum of RGB (Red+Green+Blue) = 28+137+78=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #1C894E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C894E is #E376B1. Grayscale: #616161. Windows color (decimal): -14907058 or 5146908. OLE color: 5146908.

HSL color Cylindrical-coordinate representation of color #1C894E: hue angle of 147.52º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C894E is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB2813778-
CMYK0.8000.430.46
HSL147.52º66.06%32.35%-
HSV(B)147.52º79.56%53.73%-
XYZ10.818.6910.25-
YUV97.68116.8978.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.52%
GREEN value IS 137 (53.91% from 255) = 56.38%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=11.52%
G=56.38%
B=32.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28137780.8000.430.46147.5266.0632.35
Hex1C894E5002B2E944220
Octal342111161200535622410240
Binary1110010001001100111010100000101011101110100101001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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