#1C8959

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

Shades of Salem #1C8959

Tints of Salem #1C8959

Color information

#1C8959 (or 0x1C8959) is unknown color: approx Salem. HEX triplet: 1C, 89 and 59. RGB value is (28,137,89). Sum of RGB (Red+Green+Blue) = 28+137+89=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #1C8959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8959 is #E376A6. Grayscale: #636363. Windows color (decimal): -14907047 or 5867804. OLE color: 5867804.

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

Color convert

RGB2813789-
CMYK0.8000.350.46
HSL153.58º66.06%32.35%-
HSV(B)153.58º79.56%53.73%-
XYZ11.2318.8612.5-
YUV98.94122.3977.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.02%
GREEN value IS 137 (53.91% from 255) = 53.94%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=11.02%
G=53.94%
B=35.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28137890.8000.350.46153.5866.0632.35
Hex1C8959500232E9a4220
Octal342111311200435623210240
Binary1110010001001101100110100000100011101110100110101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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