#1D7C56

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

Shades of Salem #1D7C56

Tints of Salem #1D7C56

Color information

#1D7C56 (or 0x1D7C56) is unknown color: approx Salem. HEX triplet: 1D, 7C and 56. RGB value is (29,124,86). Sum of RGB (Red+Green+Blue) = 29+124+86=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #1D7C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7C56 is #E283A9. Grayscale: #5B5B5B. Windows color (decimal): -14844842 or 5667869. OLE color: 5667869.

HSL color Cylindrical-coordinate representation of color #1D7C56: hue angle of 156º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7C56 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB2912486-
CMYK0.7700.310.51
HSL156º62.09%30%-
HSV(B)156º76.61%48.63%-
XYZ9.3915.3511.27-
YUV91.26125.0383.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.13%
GREEN value IS 124 (48.83% from 255) = 51.88%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=12.13%
G=51.88%
B=35.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29124860.7700.310.5115662.0930
Hex1D7C564D01F339c3e1e
Octal35174126115037632347636
Binary111011111100101011010011010111111100111001110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,124,86); }

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

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

 a { background-color: rgb(29,124,86); }

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

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

 span { border-color: rgb(29,124,86); }

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