#1F7E46

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

Shades of Salem #1F7E46

Tints of Salem #1F7E46

Color information

#1F7E46 (or 0x1F7E46) is unknown color: approx Salem. HEX triplet: 1F, 7E and 46. RGB value is (31,126,70). Sum of RGB (Red+Green+Blue) = 31+126+70=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 126 (49.61% from 255 or 55.51% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7E46 is #E081B9. Grayscale: #5B5B5B. Windows color (decimal): -14713274 or 4619807. OLE color: 4619807.

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

Color convert

RGB3112670-
CMYK0.7500.440.51
HSL144.63º60.51%30.78%-
HSV(B)144.63º75.4%49.41%-
XYZ9.1315.668.33-
YUV91.21116.0385.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 126 (49.61% from 255) = 55.51%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=13.66%
G=55.51%
B=30.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31126700.7500.440.51144.6360.5130.78
Hex1F7E464B02C33913d1f
Octal37176106113054632217537
Binary1111111111101000110100101101011001100111001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,126,70); }

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

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

 a { background-color: rgb(31,126,70); }

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

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

 span { border-color: rgb(31,126,70); }

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