#1D7855

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

Shades of Salem #1D7855

Tints of Salem #1D7855

Color information

#1D7855 (or 0x1D7855) is unknown color: approx Salem. HEX triplet: 1D, 78 and 55. RGB value is (29,120,85). Sum of RGB (Red+Green+Blue) = 29+120+85=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7855 is #E287AA. Grayscale: #585858. Windows color (decimal): -14845867 or 5601309. OLE color: 5601309.

HSL color Cylindrical-coordinate representation of color #1D7855: hue angle of 156.92º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7855 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB2912085-
CMYK0.7600.290.53
HSL156.92º61.07%29.22%-
HSV(B)156.92º75.83%47.06%-
XYZ8.8614.3510.9-
YUV88.8125.8585.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.39%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=12.39%
G=51.28%
B=36.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29120850.7600.290.53156.9261.0729.22
Hex1D78554C01D359d3d1d
Octal35170125114035652357535
Binary111011111000101010110011000111011101011001110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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