#1C894D

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

Shades of Salem #1C894D

Tints of Salem #1C894D

Color information

#1C894D (or 0x1C894D) is unknown color: approx Salem. HEX triplet: 1C, 89 and 4D. RGB value is (28,137,77). Sum of RGB (Red+Green+Blue) = 28+137+77=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #1C894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C894D is #E376B2. Grayscale: #616161. Windows color (decimal): -14907059 or 5081372. OLE color: 5081372.

HSL color Cylindrical-coordinate representation of color #1C894D: hue angle of 146.97º 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 #1C894D is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB2813777-
CMYK0.8000.440.46
HSL146.97º66.06%32.35%-
HSV(B)146.97º79.56%53.73%-
XYZ10.7618.6710.06-
YUV97.57116.3978.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.57%
GREEN value IS 137 (53.91% from 255) = 56.61%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=11.57%
G=56.61%
B=31.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28137770.8000.440.46146.9766.0632.35
Hex1C894D5002C2E934220
Octal342111151200545622310240
Binary1110010001001100110110100000101100101110100100111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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