#1D784C

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

Shades of Salem #1D784C

Tints of Salem #1D784C

Color information

#1D784C (or 0x1D784C) is unknown color: approx Salem. HEX triplet: 1D, 78 and 4C. RGB value is (29,120,76). Sum of RGB (Red+Green+Blue) = 29+120+76=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #1D784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D784C is #E287B3. Grayscale: #575757. Windows color (decimal): -14845876 or 5011485. OLE color: 5011485.

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

Color convert

RGB2912076-
CMYK0.7600.370.53
HSL150.99º61.07%29.22%-
HSV(B)150.99º75.83%47.06%-
XYZ8.5314.229.13-
YUV87.78121.3586.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=12.89%
G=53.33%
B=33.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29120760.7600.370.53150.9961.0729.22
Hex1D784C4C02535973d1d
Octal35170114114045652277535
Binary1110111110001001100100110001001011101011001011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,120,76); }

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

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

 a { background-color: rgb(29,120,76); }

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

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

 span { border-color: rgb(29,120,76); }

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