#1D8755

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

Shades of Salem #1D8755

Tints of Salem #1D8755

Color information

#1D8755 (or 0x1D8755) is unknown color: approx Salem. HEX triplet: 1D, 87 and 55. RGB value is (29,135,85). Sum of RGB (Red+Green+Blue) = 29+135+85=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #1D8755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8755 is #E278AA. Grayscale: #616161. Windows color (decimal): -14842027 or 5605149. OLE color: 5605149.

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

Color convert

RGB2913585-
CMYK0.7900.370.47
HSL151.7º64.63%32.16%-
HSV(B)151.7º78.52%52.94%-
XYZ10.8118.2511.55-
YUV97.61120.8879.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.65%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=11.65%
G=54.22%
B=34.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29135850.7900.370.47151.764.6332.16
Hex1D87554F0252F984120
Octal352071251170455723010140
Binary1110110000111101010110011110100101101111100110001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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