#408961

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

Shades of Eucalyptus #408961

Tints of Eucalyptus #408961

Color information

#408961 (or 0x408961) is unknown color: approx Eucalyptus. HEX triplet: 40, 89 and 61. RGB value is (64,137,97). Sum of RGB (Red+Green+Blue) = 64+137+97=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #408961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408961 is #BF769E. Grayscale: #6E6E6E. Windows color (decimal): -12547743 or 6392128. OLE color: 6392128.

HSL color Cylindrical-coordinate representation of color #408961: hue angle of 147.12º 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 #408961 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB6413797-
CMYK0.5300.290.46
HSL147.12º36.32%39.41%-
HSV(B)147.12º53.28%53.73%-
XYZ13.2219.8414.44-
YUV110.61120.3294.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=21.48%
G=45.97%
B=32.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137970.5300.290.46147.1236.3239.41
Hex4089613501D2E932427
Octal10021114165035562234447
Binary100000010001001110000111010101110110111010010011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408961; }

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

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

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

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

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

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

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

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