#1C8755

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

Shades of Salem #1C8755

Tints of Salem #1C8755

Color information

#1C8755 (or 0x1C8755) is unknown color: approx Salem. HEX triplet: 1C, 87 and 55. RGB value is (28,135,85). Sum of RGB (Red+Green+Blue) = 28+135+85=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8755 is #E378AA. Grayscale: #616161. Windows color (decimal): -14907563 or 5605148. OLE color: 5605148.

HSL color Cylindrical-coordinate representation of color #1C8755: hue angle of 151.96º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8755 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB2813585-
CMYK0.7900.370.47
HSL151.96º65.64%31.96%-
HSV(B)151.96º79.26%52.94%-
XYZ10.7818.2311.54-
YUV97.31121.0578.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.29%
GREEN value IS 135 (53.12% from 255) = 54.44%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=11.29%
G=54.44%
B=34.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28135850.7900.370.47151.9665.6431.96
Hex1C87554F0252F984220
Octal342071251170455723010240
Binary1110010000111101010110011110100101101111100110001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,135,85); }

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

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

 a { background-color: rgb(28,135,85); }

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

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

 span { border-color: rgb(28,135,85); }

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