#419366

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

Shades of Eucalyptus #419366

Tints of Eucalyptus #419366

Color information

#419366 (or 0x419366) is unknown color: approx Eucalyptus. HEX triplet: 41, 93 and 66. RGB value is (65,147,102). Sum of RGB (Red+Green+Blue) = 65+147+102=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #419366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419366 is #BE6C99. Grayscale: #757575. Windows color (decimal): -12479642 or 6722369. OLE color: 6722369.

HSL color Cylindrical-coordinate representation of color #419366: hue angle of 147.07º 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 #419366 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB65147102-
CMYK0.5600.310.42
HSL147.07º38.68%41.57%-
HSV(B)147.07º55.78%57.65%-
XYZ15.0122.9516.21-
YUV117.35119.3390.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 147 (57.81% from 255) = 46.82%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=20.70%
G=46.82%
B=32.48%

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
Decimal651471020.5600.310.42147.0738.6841.57
Hex4193663801F2A93272a
Octal10122314670037522234752
Binary100000110010011110011011100001111110101010010011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419366; }

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

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

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

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

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

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

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

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