#419264

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

Shades of Eucalyptus #419264

Tints of Eucalyptus #419264

Color information

#419264 (or 0x419264) is unknown color: approx Eucalyptus. HEX triplet: 41, 92 and 64. RGB value is (65,146,100). Sum of RGB (Red+Green+Blue) = 65+146+100=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #419264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419264 is #BE6D9B. Grayscale: #747474. Windows color (decimal): -12479900 or 6591041. OLE color: 6591041.

HSL color Cylindrical-coordinate representation of color #419264: hue angle of 145.93º 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 #419264 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB65146100-
CMYK0.5500.320.43
HSL145.93º38.39%41.37%-
HSV(B)145.93º55.48%57.25%-
XYZ14.7622.615.64-
YUV116.54118.6691.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=20.90%
G=46.95%
B=32.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461000.5500.320.43145.9338.3941.37
Hex419264370202B922629
Octal10122214467040532224651
Binary1000001100100101100100110111010000010101110010010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419264; }

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

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

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

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

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

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

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

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