#1D7150

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

Shades of Salem #1D7150

Tints of Salem #1D7150

Color information

#1D7150 (or 0x1D7150) is unknown color: approx Salem. HEX triplet: 1D, 71 and 50. RGB value is (29,113,80). Sum of RGB (Red+Green+Blue) = 29+113+80=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7150 is #E28EAF. Grayscale: #545454. Windows color (decimal): -14847664 or 5271837. OLE color: 5271837.

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

Color convert

RGB2911380-
CMYK0.7400.290.56
HSL156.43º59.15%27.84%-
HSV(B)156.43º74.34%44.31%-
XYZ7.8612.659.62-
YUV84.12125.6788.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.06%
GREEN value IS 113 (44.53% from 255) = 50.90%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=13.06%
G=50.90%
B=36.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113800.7400.290.56156.4359.1527.84
Hex1D71504A01D389c3b1c
Octal35161120112035702347334
Binary111011110001101000010010100111011110001001110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,113,80); }

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

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

 a { background-color: rgb(29,113,80); }

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

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

 span { border-color: rgb(29,113,80); }

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