#1D8756

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

Shades of Salem #1D8756

Tints of Salem #1D8756

Color information

#1D8756 (or 0x1D8756) is unknown color: approx Salem. HEX triplet: 1D, 87 and 56. RGB value is (29,135,86). Sum of RGB (Red+Green+Blue) = 29+135+86=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #1D8756 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8756 is #E278A9. Grayscale: #616161. Windows color (decimal): -14842026 or 5670685. OLE color: 5670685.

HSL color Cylindrical-coordinate representation of color #1D8756: hue angle of 152.26º 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 #1D8756 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB2913586-
CMYK0.7900.360.47
HSL152.26º64.63%32.16%-
HSV(B)152.26º78.52%52.94%-
XYZ10.8518.2611.76-
YUV97.72121.3878.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.6%
GREEN value IS 135 (53.12% from 255) = 54%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=11.6%
G=54%
B=34.4%

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
Decimal29135860.7900.360.47152.2664.6332.16
Hex1D87564F0242F984120
Octal352071261170445723010140
Binary1110110000111101011010011110100100101111100110001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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