#1D8757

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

Shades of Salem #1D8757

Tints of Salem #1D8757

Color information

#1D8757 (or 0x1D8757) is unknown color: approx Salem. HEX triplet: 1D, 87 and 57. RGB value is (29,135,87). Sum of RGB (Red+Green+Blue) = 29+135+87=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #1D8757 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8757 is #E278A8. Grayscale: #616161. Windows color (decimal): -14842025 or 5736221. OLE color: 5736221.

HSL color Cylindrical-coordinate representation of color #1D8757: hue angle of 152.83º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8757 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB2913587-
CMYK0.7900.360.47
HSL152.83º64.63%32.16%-
HSV(B)152.83º78.52%52.94%-
XYZ10.8918.2811.97-
YUV97.83121.8878.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.55%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=11.55%
G=53.78%
B=34.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29135870.7900.360.47152.8364.6332.16
Hex1D87574F0242F994120
Octal352071271170445723110140
Binary1110110000111101011110011110100100101111100110011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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