#1D764E

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

Shades of Salem #1D764E

Tints of Salem #1D764E

Color information

#1D764E (or 0x1D764E) is unknown color: approx Salem. HEX triplet: 1D, 76 and 4E. RGB value is (29,118,78). Sum of RGB (Red+Green+Blue) = 29+118+78=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #1D764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D764E is #E289B1. Grayscale: #565656. Windows color (decimal): -14846386 or 5142045. OLE color: 5142045.

HSL color Cylindrical-coordinate representation of color #1D764E: hue angle of 153.03º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D764E is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB2911878-
CMYK0.7500.340.54
HSL153.03º60.54%28.82%-
HSV(B)153.03º75.42%46.27%-
XYZ8.3613.779.42-
YUV86.83123.0186.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=12.89%
G=52.44%
B=34.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29118780.7500.340.54153.0360.5428.82
Hex1D764E4B02236993d1d
Octal35166116113042662317535
Binary1110111101101001110100101101000101101101001100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,118,78); }

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

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

 a { background-color: rgb(29,118,78); }

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

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

 span { border-color: rgb(29,118,78); }

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