#419468

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

Shades of Eucalyptus #419468

Tints of Eucalyptus #419468

Color information

#419468 (or 0x419468) is unknown color: approx Eucalyptus. HEX triplet: 41, 94 and 68. RGB value is (65,148,104). Sum of RGB (Red+Green+Blue) = 65+148+104=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #419468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419468 is #BE6B97. Grayscale: #767676. Windows color (decimal): -12479384 or 6853697. OLE color: 6853697.

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

Color convert

RGB65148104-
CMYK0.5600.300.42
HSL148.19º38.97%41.76%-
HSV(B)148.19º56.08%58.04%-
XYZ15.2723.316.79-
YUV118.1712090.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=20.50%
G=46.69%
B=32.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481040.5600.300.42148.1938.9741.76
Hex4194683801E2A94272a
Octal10122415070036522244752
Binary100000110010100110100011100001111010101010010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419468; }

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

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

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

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

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

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

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

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