#419068

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

Shades of Eucalyptus #419068

Tints of Eucalyptus #419068

Color information

#419068 (or 0x419068) is unknown color: approx Eucalyptus. HEX triplet: 41, 90 and 68. RGB value is (65,144,104). Sum of RGB (Red+Green+Blue) = 65+144+104=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #419068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419068 is #BE6F97. Grayscale: #737373. Windows color (decimal): -12480408 or 6852673. OLE color: 6852673.

HSL color Cylindrical-coordinate representation of color #419068: hue angle of 149.62º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419068 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB65144104-
CMYK0.5500.280.44
HSL149.62º37.8%40.98%-
HSV(B)149.62º54.86%56.47%-
XYZ14.6522.0716.58-
YUV115.82121.3391.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=20.77%
G=46.01%
B=33.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441040.5500.280.44149.6237.840.98
Hex4190683701C2C962629
Octal10122015067034542264651
Binary100000110010000110100011011101110010110010010110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419068; }

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

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

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

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

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

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

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

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