#28774E

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

Shades of Salem #28774E

Tints of Salem #28774E

Color information

#28774E (or 0x28774E) is unknown color: approx Salem. HEX triplet: 28, 77 and 4E. RGB value is (40,119,78). Sum of RGB (Red+Green+Blue) = 40+119+78=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #28774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28774E is #D788B1. Grayscale: #5A5A5A. Windows color (decimal): -14125234 or 5142312. OLE color: 5142312.

HSL color Cylindrical-coordinate representation of color #28774E: hue angle of 148.86º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28774E is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB4011978-
CMYK0.6600.340.53
HSL148.86º49.69%31.18%-
HSV(B)148.86º66.39%46.67%-
XYZ8.8514.199.48-
YUV90.7120.8391.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=16.88%
G=50.21%
B=32.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119780.6600.340.53148.8649.6931.18
Hex28774E420223595321f
Octal50167116102042652256237
Binary10100011101111001110100001001000101101011001010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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