#419465

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

Shades of Eucalyptus #419465

Tints of Eucalyptus #419465

Color information

#419465 (or 0x419465) is unknown color: approx Eucalyptus. HEX triplet: 41, 94 and 65. RGB value is (65,148,101). Sum of RGB (Red+Green+Blue) = 65+148+101=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #419465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419465 is #BE6B9A. Grayscale: #757575. Windows color (decimal): -12479387 or 6657089. OLE color: 6657089.

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

Color convert

RGB65148101-
CMYK0.5600.320.42
HSL146.02º38.97%41.76%-
HSV(B)146.02º56.08%58.04%-
XYZ15.1223.2416-
YUV117.82118.590.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=20.70%
G=47.13%
B=32.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481010.5600.320.42146.0238.9741.76
Hex419465380202A92272a
Octal10122414570040522224752
Binary1000001100101001100101111000010000010101010010010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419465; }

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

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

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

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

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

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

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

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