#1D754E

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

Shades of Salem #1D754E

Tints of Salem #1D754E

Color information

#1D754E (or 0x1D754E) is unknown color: approx Salem. HEX triplet: 1D, 75 and 4E. RGB value is (29,117,78). Sum of RGB (Red+Green+Blue) = 29+117+78=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #1D754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D754E is #E28AB1. Grayscale: #565656. Windows color (decimal): -14846642 or 5141789. OLE color: 5141789.

HSL color Cylindrical-coordinate representation of color #1D754E: hue angle of 153.41º degrees, saturation: 0.6, 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 #1D754E is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB2911778-
CMYK0.7500.330.54
HSL153.41º60.27%28.63%-
HSV(B)153.41º75.21%45.88%-
XYZ8.2413.539.39-
YUV86.24123.3587.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.95%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=12.95%
G=52.23%
B=34.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29117780.7500.330.54153.4160.2728.63
Hex1D754E4B02136993c1d
Octal35165116113041662317435
Binary1110111101011001110100101101000011101101001100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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