#1F784E

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

Shades of Salem #1F784E

Tints of Salem #1F784E

Color information

#1F784E (or 0x1F784E) is unknown color: approx Salem. HEX triplet: 1F, 78 and 4E. RGB value is (31,120,78). Sum of RGB (Red+Green+Blue) = 31+120+78=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #1F784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F784E is #E087B1. Grayscale: #585858. Windows color (decimal): -14714802 or 5142559. OLE color: 5142559.

HSL color Cylindrical-coordinate representation of color #1F784E: hue angle of 151.69º 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 #1F784E is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB3112078-
CMYK0.7400.350.53
HSL151.69º58.94%29.61%-
HSV(B)151.69º74.17%47.06%-
XYZ8.6614.279.51-
YUV88.6122.0186.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=13.54%
G=52.40%
B=34.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31120780.7400.350.53151.6958.9429.61
Hex1F784E4A02335983b1e
Octal37170116112043652307336
Binary1111111110001001110100101001000111101011001100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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