#1D7351

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

Shades of Salem #1D7351

Tints of Salem #1D7351

Color information

#1D7351 (or 0x1D7351) is unknown color: approx Salem. HEX triplet: 1D, 73 and 51. RGB value is (29,115,81). Sum of RGB (Red+Green+Blue) = 29+115+81=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7351 is #E28CAE. Grayscale: #555555. Windows color (decimal): -14847151 or 5337885. OLE color: 5337885.

HSL color Cylindrical-coordinate representation of color #1D7351: hue angle of 156.28º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7351 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB2911581-
CMYK0.7500.300.55
HSL156.28º59.72%28.24%-
HSV(B)156.28º74.78%45.1%-
XYZ8.1213.129.89-
YUV85.41125.5187.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 81 (32.03% from 255) = 36%
R=12.89%
G=51.11%
B=36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29115810.7500.300.55156.2859.7228.24
Hex1D73514B01E379c3c1c
Octal35163121113036672347434
Binary111011110011101000110010110111101101111001110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,115,81); }

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

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

 a { background-color: rgb(29,115,81); }

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

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

 span { border-color: rgb(29,115,81); }

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