#1F7855

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

Shades of Salem #1F7855

Tints of Salem #1F7855

Color information

#1F7855 (or 0x1F7855) is unknown color: approx Salem. HEX triplet: 1F, 78 and 55. RGB value is (31,120,85). Sum of RGB (Red+Green+Blue) = 31+120+85=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7855 is #E087AA. Grayscale: #595959. Windows color (decimal): -14714795 or 5601311. OLE color: 5601311.

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

Color convert

RGB3112085-
CMYK0.7400.290.53
HSL156.4º58.94%29.61%-
HSV(B)156.4º74.17%47.06%-
XYZ8.9214.3810.9-
YUV89.4125.5186.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.14%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=13.14%
G=50.85%
B=36.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31120850.7400.290.53156.458.9429.61
Hex1F78554A01D359c3b1e
Octal37170125112035652347336
Binary111111111000101010110010100111011101011001110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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