#1F7452

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

Shades of Salem #1F7452

Tints of Salem #1F7452

Color information

#1F7452 (or 0x1F7452) is unknown color: approx Salem. HEX triplet: 1F, 74 and 52. RGB value is (31,116,82). Sum of RGB (Red+Green+Blue) = 31+116+82=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7452 is #E08BAD. Grayscale: #565656. Windows color (decimal): -14715822 or 5403679. OLE color: 5403679.

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

Color convert

RGB3111682-
CMYK0.7300.290.55
HSL156º57.82%28.82%-
HSV(B)156º73.28%45.49%-
XYZ8.3313.3910.13-
YUV86.71125.3488.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 116 (45.70% from 255) = 50.66%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=13.54%
G=50.66%
B=35.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31116820.7300.290.5515657.8228.82
Hex1F74524901D379c3a1d
Octal37164122111035672347235
Binary111111110100101001010010010111011101111001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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