#1C854E

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

Shades of Salem #1C854E

Tints of Salem #1C854E

Color information

#1C854E (or 0x1C854E) is unknown color: approx Salem. HEX triplet: 1C, 85 and 4E. RGB value is (28,133,78). Sum of RGB (Red+Green+Blue) = 28+133+78=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #1C854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C854E is #E37AB1. Grayscale: #5F5F5F. Windows color (decimal): -14908082 or 5145884. OLE color: 5145884.

HSL color Cylindrical-coordinate representation of color #1C854E: hue angle of 148.57º 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 #1C854E is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB2813378-
CMYK0.7900.410.48
HSL148.57º65.22%31.57%-
HSV(B)148.57º78.95%52.16%-
XYZ10.2417.5710.06-
YUV95.34118.2179.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.72%
GREEN value IS 133 (52.34% from 255) = 55.65%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=11.72%
G=55.65%
B=32.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28133780.7900.410.48148.5765.2231.57
Hex1C854E4F02930954120
Octal342051161170516022510140
Binary1110010000101100111010011110101001110000100101011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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