#1D774C

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

Shades of Salem #1D774C

Tints of Salem #1D774C

Color information

#1D774C (or 0x1D774C) is unknown color: approx Salem. HEX triplet: 1D, 77 and 4C. RGB value is (29,119,76). Sum of RGB (Red+Green+Blue) = 29+119+76=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #1D774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D774C is #E288B3. Grayscale: #575757. Windows color (decimal): -14846132 or 5011229. OLE color: 5011229.

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

Color convert

RGB2911976-
CMYK0.7600.360.53
HSL151.33º60.81%29.02%-
HSV(B)151.33º75.63%46.67%-
XYZ8.4113.989.09-
YUV87.19121.6886.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.95%
GREEN value IS 119 (46.88% from 255) = 53.12%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=12.95%
G=53.12%
B=33.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29119760.7600.360.53151.3360.8129.02
Hex1D774C4C02435973d1d
Octal35167114114044652277535
Binary1110111101111001100100110001001001101011001011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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