#1D8050

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

Shades of Salem #1D8050

Tints of Salem #1D8050

Color information

#1D8050 (or 0x1D8050) is unknown color: approx Salem. HEX triplet: 1D, 80 and 50. RGB value is (29,128,80). Sum of RGB (Red+Green+Blue) = 29+128+80=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #1D8050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8050 is #E27FAF. Grayscale: #5D5D5D. Windows color (decimal): -14843824 or 5275677. OLE color: 5275677.

HSL color Cylindrical-coordinate representation of color #1D8050: hue angle of 150.91º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D8050 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB2912880-
CMYK0.7700.380.50
HSL150.91º63.06%30.78%-
HSV(B)150.91º77.34%50.2%-
XYZ9.6716.2810.22-
YUV92.93120.782.4-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.24%
GREEN value IS 128 (50.39% from 255) = 54.01%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=12.24%
G=54.01%
B=33.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29128800.7700.380.50150.9163.0630.78
Hex1D80504D02632973f1f
Octal35200120115046622277737
Binary11101100000001010000100110101001101100101001011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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