#1F784C

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

Shades of Salem #1F784C

Tints of Salem #1F784C

Color information

#1F784C (or 0x1F784C) is unknown color: approx Salem. HEX triplet: 1F, 78 and 4C. RGB value is (31,120,76). Sum of RGB (Red+Green+Blue) = 31+120+76=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #1F784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F784C is #E087B3. Grayscale: #585858. Windows color (decimal): -14714804 or 5011487. OLE color: 5011487.

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

Color convert

RGB3112076-
CMYK0.7400.370.53
HSL150.34º58.94%29.61%-
HSV(B)150.34º74.17%47.06%-
XYZ8.5914.259.13-
YUV88.37121.0187.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=13.66%
G=52.86%
B=33.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31120760.7400.370.53150.3458.9429.61
Hex1F784C4A02535963b1e
Octal37170114112045652267336
Binary1111111110001001100100101001001011101011001011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,120,76); }

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

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

 a { background-color: rgb(31,120,76); }

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

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

 span { border-color: rgb(31,120,76); }

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