#1F784A

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

Shades of Salem #1F784A

Tints of Salem #1F784A

Color information

#1F784A (or 0x1F784A) is unknown color: approx Salem. HEX triplet: 1F, 78 and 4A. RGB value is (31,120,74). Sum of RGB (Red+Green+Blue) = 31+120+74=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #1F784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F784A is #E087B5. Grayscale: #585858. Windows color (decimal): -14714806 or 4880415. OLE color: 4880415.

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

Color convert

RGB3112074-
CMYK0.7400.380.53
HSL148.99º58.94%29.61%-
HSV(B)148.99º74.17%47.06%-
XYZ8.5214.228.77-
YUV88.15120.0187.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.78%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=13.78%
G=53.33%
B=32.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31120740.7400.380.53148.9958.9429.61
Hex1F784A4A02635953b1e
Octal37170112112046652257336
Binary1111111110001001010100101001001101101011001010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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