#1F7153

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

Shades of Salem #1F7153

Tints of Salem #1F7153

Color information

#1F7153 (or 0x1F7153) is unknown color: approx Salem. HEX triplet: 1F, 71 and 53. RGB value is (31,113,83). Sum of RGB (Red+Green+Blue) = 31+113+83=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7153 is #E08EAC. Grayscale: #555555. Windows color (decimal): -14716589 or 5468447. OLE color: 5468447.

HSL color Cylindrical-coordinate representation of color #1F7153: hue angle of 158.05º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7153 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB3111383-
CMYK0.7300.270.56
HSL158.05º56.94%28.24%-
HSV(B)158.05º72.57%44.31%-
XYZ8.0312.7310.22-
YUV85.06126.8389.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 83 (32.81% from 255) = 36.56%
R=13.66%
G=49.78%
B=36.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31113830.7300.270.56158.0556.9428.24
Hex1F71534901B389e391c
Octal37161123111033702367134
Binary111111110001101001110010010110111110001001111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,113,83); }

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

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

 a { background-color: rgb(31,113,83); }

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

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

 span { border-color: rgb(31,113,83); }

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