#1F7052

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

Shades of Salem #1F7052

Tints of Salem #1F7052

Color information

#1F7052 (or 0x1F7052) is unknown color: approx Salem. HEX triplet: 1F, 70 and 52. RGB value is (31,112,82). Sum of RGB (Red+Green+Blue) = 31+112+82=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7052 is #E08FAD. Grayscale: #545454. Windows color (decimal): -14716846 or 5402655. OLE color: 5402655.

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

Color convert

RGB3111282-
CMYK0.7200.270.56
HSL157.78º56.64%28.04%-
HSV(B)157.78º72.32%43.92%-
XYZ7.8812.499.98-
YUV84.36126.6689.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.78%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=13.78%
G=49.78%
B=36.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31112820.7200.270.56157.7856.6428.04
Hex1F70524801B389e391c
Octal37160122110033702367134
Binary111111110000101001010010000110111110001001111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,112,82); }

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

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

 a { background-color: rgb(31,112,82); }

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

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

 span { border-color: rgb(31,112,82); }

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