#419160

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

Shades of Eucalyptus #419160

Tints of Eucalyptus #419160

Color information

#419160 (or 0x419160) is unknown color: approx Eucalyptus. HEX triplet: 41, 91 and 60. RGB value is (65,145,96). Sum of RGB (Red+Green+Blue) = 65+145+96=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #419160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419160 is #BE6E9F. Grayscale: #737373. Windows color (decimal): -12480160 or 6328641. OLE color: 6328641.

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

Color convert

RGB6514596-
CMYK0.5500.340.43
HSL143.25º38.1%41.18%-
HSV(B)143.25º55.17%56.86%-
XYZ14.4222.2214.6-
YUV115.4911791.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 145 (57.03% from 255) = 47.39%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=21.24%
G=47.39%
B=31.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145960.5500.340.43143.2538.141.18
Hex419160370222B8f2629
Octal10122114067042532174651
Binary1000001100100011100000110111010001010101110001111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419160; }

 p { color: rgb(65,145,96); }

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

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

 a { background-color: rgb(65,145,96); }

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

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

 span { border-color: rgb(65,145,96); }

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