#1F7852

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

Shades of Salem #1F7852

Tints of Salem #1F7852

Color information

#1F7852 (or 0x1F7852) is unknown color: approx Salem. HEX triplet: 1F, 78 and 52. RGB value is (31,120,82). Sum of RGB (Red+Green+Blue) = 31+120+82=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7852 is #E087AD. Grayscale: #595959. Windows color (decimal): -14714798 or 5404703. OLE color: 5404703.

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

Color convert

RGB3112082-
CMYK0.7400.320.53
HSL154.38º58.94%29.61%-
HSV(B)154.38º74.17%47.06%-
XYZ8.814.3310.29-
YUV89.06124.0186.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.30%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=13.30%
G=51.50%
B=35.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31120820.7400.320.53154.3858.9429.61
Hex1F78524A020359a3b1e
Octal37170122112040652327336
Binary1111111110001010010100101001000001101011001101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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