#288677

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

Shades of Elm #288677

Tints of Elm #288677

Color information

#288677 (or 0x288677) is unknown color: approx Elm. HEX triplet: 28, 86 and 77. RGB value is (40,134,119). Sum of RGB (Red+Green+Blue) = 40+134+119=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #288677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288677 is #D77988. Grayscale: #686868. Windows color (decimal): -14121353 or 7833128. OLE color: 7833128.

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

Color convert

RGB40134119-
CMYK0.7000.110.47
HSL170.43º54.02%34.12%-
HSV(B)170.43º70.15%52.55%-
XYZ12.7318.8320.42-
YUV104.18136.3682.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.65%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=13.65%
G=45.73%
B=40.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401341190.7000.110.47170.4354.0234.12
Hex288677460B2Faa3622
Octal50206167106013572526642
Binary10100010000110111011110001100101110111110101010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288677; }

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

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

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

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

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

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

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

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