#288579

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

Shades of Elm #288579

Tints of Elm #288579

Color information

#288579 (or 0x288579) is unknown color: approx Elm. HEX triplet: 28, 85 and 79. RGB value is (40,133,121). Sum of RGB (Red+Green+Blue) = 40+133+121=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #288579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288579 is #D77A86. Grayscale: #676767. Windows color (decimal): -14121607 or 7963944. OLE color: 7963944.

HSL color Cylindrical-coordinate representation of color #288579: hue angle of 172.26º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288579 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB40133121-
CMYK0.7000.090.48
HSL172.26º53.76%33.92%-
HSV(B)172.26º69.92%52.16%-
XYZ12.7118.6121.01-
YUV103.82137.6982.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 121 (47.66% from 255) = 41.16%
R=13.61%
G=45.24%
B=41.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401331210.7000.090.48172.2653.7633.92
Hex288579460930ac3622
Octal50205171106011602546642
Binary10100010000101111100110001100100111000010101100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288579; }

 p { color: rgb(40,133,121); }

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

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

 a { background-color: rgb(40,133,121); }

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

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

 span { border-color: rgb(40,133,121); }

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