#1D7753

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

Shades of Salem #1D7753

Tints of Salem #1D7753

Color information

#1D7753 (or 0x1D7753) is unknown color: approx Salem. HEX triplet: 1D, 77 and 53. RGB value is (29,119,83). Sum of RGB (Red+Green+Blue) = 29+119+83=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #1D7753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7753 is #E288AC. Grayscale: #585858. Windows color (decimal): -14846125 or 5469981. OLE color: 5469981.

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

Color convert

RGB2911983-
CMYK0.7600.300.53
HSL156º60.81%29.02%-
HSV(B)156º75.63%46.67%-
XYZ8.6614.0810.44-
YUV87.99125.1885.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.55%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=12.55%
G=51.52%
B=35.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29119830.7600.300.5315660.8129.02
Hex1D77534C01E359c3d1d
Octal35167123114036652347535
Binary111011110111101001110011000111101101011001110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,119,83); }

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

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

 a { background-color: rgb(29,119,83); }

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

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

 span { border-color: rgb(29,119,83); }

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