#1F7856

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

Shades of Salem #1F7856

Tints of Salem #1F7856

Color information

#1F7856 (or 0x1F7856) is unknown color: approx Salem. HEX triplet: 1F, 78 and 56. RGB value is (31,120,86). Sum of RGB (Red+Green+Blue) = 31+120+86=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7856 is #E087A9. Grayscale: #595959. Windows color (decimal): -14714794 or 5666847. OLE color: 5666847.

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

Color convert

RGB3112086-
CMYK0.7400.280.53
HSL157.08º58.94%29.61%-
HSV(B)157.08º74.17%47.06%-
XYZ8.9614.411.11-
YUV89.51126.0186.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.08%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=13.08%
G=50.63%
B=36.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31120860.7400.280.53157.0858.9429.61
Hex1F78564A01C359d3b1e
Octal37170126112034652357336
Binary111111111000101011010010100111001101011001110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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