#419466

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

Shades of Eucalyptus #419466

Tints of Eucalyptus #419466

Color information

#419466 (or 0x419466) is unknown color: approx Eucalyptus. HEX triplet: 41, 94 and 66. RGB value is (65,148,102). Sum of RGB (Red+Green+Blue) = 65+148+102=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #419466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419466 is #BE6B99. Grayscale: #767676. Windows color (decimal): -12479386 or 6722625. OLE color: 6722625.

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

Color convert

RGB65148102-
CMYK0.5600.310.42
HSL146.75º38.97%41.76%-
HSV(B)146.75º56.08%58.04%-
XYZ15.1723.2616.26-
YUV117.9411990.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 148 (58.20% from 255) = 46.98%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=20.63%
G=46.98%
B=32.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481020.5600.310.42146.7538.9741.76
Hex4194663801F2A93272a
Octal10122414670037522234752
Binary100000110010100110011011100001111110101010010011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419466; }

 p { color: rgb(65,148,102); }

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

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

 a { background-color: rgb(65,148,102); }

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

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

 span { border-color: rgb(65,148,102); }

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