#408963

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

Shades of Eucalyptus #408963

Tints of Eucalyptus #408963

Color information

#408963 (or 0x408963) is unknown color: approx Eucalyptus. HEX triplet: 40, 89 and 63. RGB value is (64,137,99). Sum of RGB (Red+Green+Blue) = 64+137+99=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #408963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408963 is #BF769C. Grayscale: #6E6E6E. Windows color (decimal): -12547741 or 6523200. OLE color: 6523200.

HSL color Cylindrical-coordinate representation of color #408963: hue angle of 148.77º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408963 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB6413799-
CMYK0.5300.280.46
HSL148.77º36.32%39.41%-
HSV(B)148.77º53.28%53.73%-
XYZ13.3119.8814.94-
YUV110.84121.3294.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 99 (39.06% from 255) = 33%
R=21.33%
G=45.67%
B=33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137990.5300.280.46148.7736.3239.41
Hex4089633501C2E952427
Octal10021114365034562254447
Binary100000010001001110001111010101110010111010010101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408963; }

 p { color: rgb(64,137,99); }

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

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

 a { background-color: rgb(64,137,99); }

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

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

 span { border-color: rgb(64,137,99); }

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