#419564

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

Shades of Eucalyptus #419564

Tints of Eucalyptus #419564

Color information

#419564 (or 0x419564) is unknown color: approx Eucalyptus. HEX triplet: 41, 95 and 64. RGB value is (65,149,100). Sum of RGB (Red+Green+Blue) = 65+149+100=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #419564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419564 is #BE6A9B. Grayscale: #767676. Windows color (decimal): -12479132 or 6591809. OLE color: 6591809.

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

Color convert

RGB65149100-
CMYK0.5600.330.42
HSL145º39.25%41.96%-
HSV(B)145º56.38%58.43%-
XYZ15.2323.5415.8-
YUV118.3117.6789.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=20.70%
G=47.45%
B=31.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651491000.5600.330.4214539.2541.96
Hex419564380212A91272a
Octal10122514470041522214752
Binary1000001100101011100100111000010000110101010010001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419564; }

 p { color: rgb(65,149,100); }

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

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

 a { background-color: rgb(65,149,100); }

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

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

 span { border-color: rgb(65,149,100); }

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