#419461

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

Shades of Eucalyptus #419461

Tints of Eucalyptus #419461

Color information

#419461 (or 0x419461) is unknown color: approx Eucalyptus. HEX triplet: 41, 94 and 61. RGB value is (65,148,97). Sum of RGB (Red+Green+Blue) = 65+148+97=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #419461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419461 is #BE6B9E. Grayscale: #757575. Windows color (decimal): -12479391 or 6394945. OLE color: 6394945.

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

Color convert

RGB6514897-
CMYK0.5600.340.42
HSL143.13º38.97%41.76%-
HSV(B)143.13º56.08%58.04%-
XYZ14.9323.1714.99-
YUV117.37116.590.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 148 (58.20% from 255) = 47.74%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=20.97%
G=47.74%
B=31.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65148970.5600.340.42143.1338.9741.76
Hex419461380222A8f272a
Octal10122414170042522174752
Binary1000001100101001100001111000010001010101010001111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419461; }

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

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

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

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

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

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

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

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