#1F804F

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

Shades of Salem #1F804F

Tints of Salem #1F804F

Color information

#1F804F (or 0x1F804F) is unknown color: approx Salem. HEX triplet: 1F, 80 and 4F. RGB value is (31,128,79). Sum of RGB (Red+Green+Blue) = 31+128+79=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #1F804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F804F is #E07FB0. Grayscale: #5D5D5D. Windows color (decimal): -14712753 or 5210143. OLE color: 5210143.

HSL color Cylindrical-coordinate representation of color #1F804F: hue angle of 149.69º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F804F is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB3112879-
CMYK0.7600.380.50
HSL149.69º61.01%31.18%-
HSV(B)149.69º75.78%50.2%-
XYZ9.716.2910.03-
YUV93.41119.8683.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.03%
GREEN value IS 128 (50.39% from 255) = 53.78%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=13.03%
G=53.78%
B=33.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31128790.7600.380.50149.6961.0131.18
Hex1F804F4C02632963d1f
Octal37200117114046622267537
Binary11111100000001001111100110001001101100101001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,128,79); }

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

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

 a { background-color: rgb(31,128,79); }

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

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

 span { border-color: rgb(31,128,79); }

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