#409462

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

Shades of Eucalyptus #409462

Tints of Eucalyptus #409462

Color information

#409462 (or 0x409462) is unknown color: approx Eucalyptus. HEX triplet: 40, 94 and 62. RGB value is (64,148,98). Sum of RGB (Red+Green+Blue) = 64+148+98=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #409462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409462 is #BF6B9D. Grayscale: #757575. Windows color (decimal): -12544926 or 6460480. OLE color: 6460480.

HSL color Cylindrical-coordinate representation of color #409462: hue angle of 144.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409462 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB6414898-
CMYK0.5700.340.42
HSL144.29º39.62%41.57%-
HSV(B)144.29º56.76%58.04%-
XYZ14.9123.1515.24-
YUV117.18117.1790.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 148 (58.20% from 255) = 47.74%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=20.65%
G=47.74%
B=31.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64148980.5700.340.42144.2939.6241.57
Hex409462390222A90282a
Octal10022414271042522205052
Binary1000000100101001100010111001010001010101010010000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409462; }

 p { color: rgb(64,148,98); }

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

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

 a { background-color: rgb(64,148,98); }

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

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

 span { border-color: rgb(64,148,98); }

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