#1D7857

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

Shades of Salem #1D7857

Tints of Salem #1D7857

Color information

#1D7857 (or 0x1D7857) is unknown color: approx Salem. HEX triplet: 1D, 78 and 57. RGB value is (29,120,87). Sum of RGB (Red+Green+Blue) = 29+120+87=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7857 is #E287A8. Grayscale: #595959. Windows color (decimal): -14845865 or 5732381. OLE color: 5732381.

HSL color Cylindrical-coordinate representation of color #1D7857: hue angle of 158.24º 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 #1D7857 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB2912087-
CMYK0.7600.280.53
HSL158.24º61.07%29.22%-
HSV(B)158.24º75.83%47.06%-
XYZ8.9414.3811.32-
YUV89.03126.8585.18-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.29%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 87 (34.38% from 255) = 36.86%
R=12.29%
G=50.85%
B=36.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29120870.7600.280.53158.2461.0729.22
Hex1D78574C01C359e3d1d
Octal35170127114034652367535
Binary111011111000101011110011000111001101011001111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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