#1D7B59

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

Shades of Salem #1D7B59

Tints of Salem #1D7B59

Color information

#1D7B59 (or 0x1D7B59) is unknown color: approx Salem. HEX triplet: 1D, 7B and 59. RGB value is (29,123,89). Sum of RGB (Red+Green+Blue) = 29+123+89=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #1D7B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7B59 is #E284A6. Grayscale: #5B5B5B. Windows color (decimal): -14845095 or 5864221. OLE color: 5864221.

HSL color Cylindrical-coordinate representation of color #1D7B59: hue angle of 158.3º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7B59 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB2912389-
CMYK0.7600.280.52
HSL158.3º61.84%29.8%-
HSV(B)158.3º76.42%48.24%-
XYZ9.3915.1511.88-
YUV91.02126.8683.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.03%
GREEN value IS 123 (48.44% from 255) = 51.04%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=12.03%
G=51.04%
B=36.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal29123890.7600.280.52158.361.8429.8
Hex1D7B594C01C349e3e1e
Octal35173131114034642367636
Binary111011111011101100110011000111001101001001111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,123,89); }

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

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

 a { background-color: rgb(29,123,89); }

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

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

 span { border-color: rgb(29,123,89); }

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