#28754E

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

Shades of Salem #28754E

Tints of Salem #28754E

Color information

#28754E (or 0x28754E) is unknown color: approx Salem. HEX triplet: 28, 75 and 4E. RGB value is (40,117,78). Sum of RGB (Red+Green+Blue) = 40+117+78=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #28754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28754E is #D78AB1. Grayscale: #595959. Windows color (decimal): -14125746 or 5141800. OLE color: 5141800.

HSL color Cylindrical-coordinate representation of color #28754E: hue angle of 149.61º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28754E is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB4011778-
CMYK0.6600.330.54
HSL149.61º49.04%30.78%-
HSV(B)149.61º65.81%45.88%-
XYZ8.6113.729.4-
YUV89.53121.4992.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=17.02%
G=49.79%
B=33.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40117780.6600.330.54149.6149.0430.78
Hex28754E420213696311f
Octal50165116102041662266137
Binary10100011101011001110100001001000011101101001011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28754E; }

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

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

<style>
 a { background-color: #28754E; }

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

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

<style>
 span { border-color: #28754E; }

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

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