#288580

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

Shades of Elm #288580

Tints of Elm #288580

Color information

#288580 (or 0x288580) is unknown color: approx Elm. HEX triplet: 28, 85 and 80. RGB value is (40,133,128). Sum of RGB (Red+Green+Blue) = 40+133+128=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #288580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288580 is #D77A7F. Grayscale: #686868. Windows color (decimal): -14121600 or 8422696. OLE color: 8422696.

HSL color Cylindrical-coordinate representation of color #288580: hue angle of 176.77º 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 #288580 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB40133128-
CMYK0.7000.040.48
HSL176.77º53.76%33.92%-
HSV(B)176.77º69.92%52.16%-
XYZ13.1618.7823.35-
YUV104.62141.1981.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=13.29%
G=44.19%
B=42.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401331280.7000.040.48176.7753.7633.92
Hex288580460430b13622
Octal5020520010604602616642
Binary10100010000101100000001000110010011000010110001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288580; }

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

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

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

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

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

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

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

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