#1C8551

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

Shades of Salem #1C8551

Tints of Salem #1C8551

Color information

#1C8551 (or 0x1C8551) is unknown color: approx Salem. HEX triplet: 1C, 85 and 51. RGB value is (28,133,81). Sum of RGB (Red+Green+Blue) = 28+133+81=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8551 is #E37AAE. Grayscale: #5F5F5F. Windows color (decimal): -14908079 or 5342492. OLE color: 5342492.

HSL color Cylindrical-coordinate representation of color #1C8551: hue angle of 150.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8551 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB2813381-
CMYK0.7900.390.48
HSL150.29º65.22%31.57%-
HSV(B)150.29º78.95%52.16%-
XYZ10.3517.6210.64-
YUV95.68119.7179.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.57%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=11.57%
G=54.96%
B=33.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28133810.7900.390.48150.2965.2231.57
Hex1C85514F02730964120
Octal342051211170476022610140
Binary1110010000101101000110011110100111110000100101101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,133,81); }

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

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

 a { background-color: rgb(28,133,81); }

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

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

 span { border-color: rgb(28,133,81); }

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