#419265

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

Shades of Eucalyptus #419265

Tints of Eucalyptus #419265

Color information

#419265 (or 0x419265) is unknown color: approx Eucalyptus. HEX triplet: 41, 92 and 65. RGB value is (65,146,101). Sum of RGB (Red+Green+Blue) = 65+146+101=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #419265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419265 is #BE6D9A. Grayscale: #747474. Windows color (decimal): -12479899 or 6656577. OLE color: 6656577.

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

Color convert

RGB65146101-
CMYK0.5500.310.43
HSL146.67º38.39%41.37%-
HSV(B)146.67º55.48%57.25%-
XYZ14.8122.6215.9-
YUV116.65119.1691.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=20.83%
G=46.79%
B=32.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461010.5500.310.43146.6738.3941.37
Hex4192653701F2B932629
Octal10122214567037532234651
Binary100000110010010110010111011101111110101110010011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419265; }

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

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

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

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

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

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

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

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