#1C814F

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

Shades of Salem #1C814F

Tints of Salem #1C814F

Color information

#1C814F (or 0x1C814F) is unknown color: approx Salem. HEX triplet: 1C, 81 and 4F. RGB value is (28,129,79). Sum of RGB (Red+Green+Blue) = 28+129+79=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #1C814F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C814F is #E37EB0. Grayscale: #5D5D5D. Windows color (decimal): -14909105 or 5210396. OLE color: 5210396.

HSL color Cylindrical-coordinate representation of color #1C814F: hue angle of 150.3º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C814F is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB2812979-
CMYK0.7800.390.49
HSL150.3º64.33%30.78%-
HSV(B)150.3º78.29%50.59%-
XYZ9.7416.5110.07-
YUV93.1120.0481.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.86%
GREEN value IS 129 (50.78% from 255) = 54.66%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=11.86%
G=54.66%
B=33.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28129790.7800.390.49150.364.3330.78
Hex1C814F4E0273196401f
Octal342011171160476122610037
Binary111001000000110011111001110010011111000110010110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,129,79); }

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

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

 a { background-color: rgb(28,129,79); }

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

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

 span { border-color: rgb(28,129,79); }

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