#1D774D

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

Shades of Salem #1D774D

Tints of Salem #1D774D

Color information

#1D774D (or 0x1D774D) is unknown color: approx Salem. HEX triplet: 1D, 77 and 4D. RGB value is (29,119,77). Sum of RGB (Red+Green+Blue) = 29+119+77=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #1D774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D774D is #E288B2. Grayscale: #575757. Windows color (decimal): -14846131 or 5076765. OLE color: 5076765.

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

Color convert

RGB2911977-
CMYK0.7600.350.53
HSL152º60.81%29.02%-
HSV(B)152º75.63%46.67%-
XYZ8.4413.999.28-
YUV87.3122.1886.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=12.89%
G=52.89%
B=34.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29119770.7600.350.5315260.8129.02
Hex1D774D4C02335983d1d
Octal35167115114043652307535
Binary1110111101111001101100110001000111101011001100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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