#1D7953

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

Shades of Salem #1D7953

Tints of Salem #1D7953

Color information

#1D7953 (or 0x1D7953) is unknown color: approx Salem. HEX triplet: 1D, 79 and 53. RGB value is (29,121,83). Sum of RGB (Red+Green+Blue) = 29+121+83=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7953 is #E286AC. Grayscale: #595959. Windows color (decimal): -14845613 or 5470493. OLE color: 5470493.

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

Color convert

RGB2912183-
CMYK0.7600.310.53
HSL155.22º61.33%29.41%-
HSV(B)155.22º76.03%47.45%-
XYZ8.9114.5610.52-
YUV89.16124.5285.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.45%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=12.45%
G=51.93%
B=35.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29121830.7600.310.53155.2261.3329.41
Hex1D79534C01F359b3d1d
Octal35171123114037652337535
Binary111011111001101001110011000111111101011001101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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