#1C884F

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

Shades of Salem #1C884F

Tints of Salem #1C884F

Color information

#1C884F (or 0x1C884F) is unknown color: approx Salem. HEX triplet: 1C, 88 and 4F. RGB value is (28,136,79). Sum of RGB (Red+Green+Blue) = 28+136+79=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #1C884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C884F is #E377B0. Grayscale: #616161. Windows color (decimal): -14907313 or 5212188. OLE color: 5212188.

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

Color convert

RGB2813679-
CMYK0.7900.420.47
HSL148.33º65.85%32.16%-
HSV(B)148.33º79.41%53.33%-
XYZ10.6918.4210.39-
YUV97.21117.7278.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.52%
GREEN value IS 136 (53.52% from 255) = 55.97%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=11.52%
G=55.97%
B=32.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28136790.7900.420.47148.3365.8532.16
Hex1C884F4F02A2F944220
Octal342101171170525722410240
Binary1110010001000100111110011110101010101111100101001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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