#288477

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

Shades of Elm #288477

Tints of Elm #288477

Color information

#288477 (or 0x288477) is unknown color: approx Elm. HEX triplet: 28, 84 and 77. RGB value is (40,132,119). Sum of RGB (Red+Green+Blue) = 40+132+119=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #288477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288477 is #D77B88. Grayscale: #666666. Windows color (decimal): -14121865 or 7832616. OLE color: 7832616.

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

Color convert

RGB40132119-
CMYK0.7000.100.48
HSL171.52º53.49%33.73%-
HSV(B)171.52º69.7%51.76%-
XYZ12.4618.2920.33-
YUV103.01137.0283.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 119 (46.88% from 255) = 40.89%
R=13.75%
G=45.36%
B=40.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401321190.7000.100.48171.5253.4933.73
Hex288477460A30ac3522
Octal50204167106012602546542
Binary10100010000100111011110001100101011000010101100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288477; }

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

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

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

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

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

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

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

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