#1D8A53

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

Shades of Salem #1D8A53

Tints of Salem #1D8A53

Color information

#1D8A53 (or 0x1D8A53) is unknown color: approx Salem. HEX triplet: 1D, 8A and 53. RGB value is (29,138,83). Sum of RGB (Red+Green+Blue) = 29+138+83=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8A53 is #E275AC. Grayscale: #636363. Windows color (decimal): -14841261 or 5474845. OLE color: 5474845.

HSL color Cylindrical-coordinate representation of color #1D8A53: hue angle of 149.72º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A53 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB2913883-
CMYK0.7900.400.46
HSL149.72º65.27%32.75%-
HSV(B)149.72º78.99%54.12%-
XYZ11.1619.0611.28-
YUV99.14118.8977.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.6%
GREEN value IS 138 (54.30% from 255) = 55.2%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=11.6%
G=55.2%
B=33.2%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29138830.7900.400.46149.7265.2732.75
Hex1D8A534F0282E964121
Octal352121231170505622610141
Binary1110110001010101001110011110101000101110100101101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,138,83); }

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

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

 a { background-color: rgb(29,138,83); }

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

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

 span { border-color: rgb(29,138,83); }

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