#1F7455

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

Shades of Salem #1F7455

Tints of Salem #1F7455

Color information

#1F7455 (or 0x1F7455) is unknown color: approx Salem. HEX triplet: 1F, 74 and 55. RGB value is (31,116,85). Sum of RGB (Red+Green+Blue) = 31+116+85=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7455 is #E08BAA. Grayscale: #575757. Windows color (decimal): -14715819 or 5600287. OLE color: 5600287.

HSL color Cylindrical-coordinate representation of color #1F7455: hue angle of 158.12º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7455 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB3111685-
CMYK0.7300.270.55
HSL158.12º57.82%28.82%-
HSV(B)158.12º73.28%45.49%-
XYZ8.4513.4410.74-
YUV87.05126.8488.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.36%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=13.36%
G=50%
B=36.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31116850.7300.270.55158.1257.8228.82
Hex1F74554901B379e3a1d
Octal37164125111033672367235
Binary111111110100101010110010010110111101111001111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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