#288577

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

Shades of Elm #288577

Tints of Elm #288577

Color information

#288577 (or 0x288577) is unknown color: approx Elm. HEX triplet: 28, 85 and 77. RGB value is (40,133,119). Sum of RGB (Red+Green+Blue) = 40+133+119=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #288577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288577 is #D77A88. Grayscale: #676767. Windows color (decimal): -14121609 or 7832872. OLE color: 7832872.

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

Color convert

RGB40133119-
CMYK0.7000.110.48
HSL170.97º53.76%33.92%-
HSV(B)170.97º69.92%52.16%-
XYZ12.5918.5620.37-
YUV103.6136.6982.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.70%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=13.70%
G=45.55%
B=40.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401331190.7000.110.48170.9753.7633.92
Hex288577460B30ab3622
Octal50205167106013602536642
Binary10100010000101111011110001100101111000010101011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288577; }

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

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

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

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

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

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

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

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