#418963

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

Shades of Eucalyptus #418963

Tints of Eucalyptus #418963

Color information

#418963 (or 0x418963) is unknown color: approx Eucalyptus. HEX triplet: 41, 89 and 63. RGB value is (65,137,99). Sum of RGB (Red+Green+Blue) = 65+137+99=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #418963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418963 is #BE769C. Grayscale: #6F6F6F. Windows color (decimal): -12482205 or 6523201. OLE color: 6523201.

HSL color Cylindrical-coordinate representation of color #418963: hue angle of 148.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418963 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB6513799-
CMYK0.5300.280.46
HSL148.33º35.64%39.61%-
HSV(B)148.33º52.55%53.73%-
XYZ13.3819.9214.94-
YUV111.14121.1595.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=21.59%
G=45.51%
B=32.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65137990.5300.280.46148.3335.6439.61
Hex4189633501C2E942428
Octal10121114365034562244450
Binary100000110001001110001111010101110010111010010100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418963; }

 p { color: rgb(65,137,99); }

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

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

 a { background-color: rgb(65,137,99); }

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

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

 span { border-color: rgb(65,137,99); }

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