#1D8557

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

Shades of Salem #1D8557

Tints of Salem #1D8557

Color information

#1D8557 (or 0x1D8557) is unknown color: approx Salem. HEX triplet: 1D, 85 and 57. RGB value is (29,133,87). Sum of RGB (Red+Green+Blue) = 29+133+87=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8557 is #E27AA8. Grayscale: #606060. Windows color (decimal): -14842537 or 5735709. OLE color: 5735709.

HSL color Cylindrical-coordinate representation of color #1D8557: hue angle of 153.46º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8557 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB2913387-
CMYK0.7800.350.48
HSL153.46º64.2%31.76%-
HSV(B)153.46º78.2%52.16%-
XYZ10.6117.7211.88-
YUV96.66122.5479.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.65%
GREEN value IS 133 (52.34% from 255) = 53.41%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=11.65%
G=53.41%
B=34.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29133870.7800.350.48153.4664.231.76
Hex1D85574E02330994020
Octal352051271160436023110040
Binary1110110000101101011110011100100011110000100110011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,133,87); }

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

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

 a { background-color: rgb(29,133,87); }

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

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

 span { border-color: rgb(29,133,87); }

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