#418B63

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

Shades of Eucalyptus #418B63

Tints of Eucalyptus #418B63

Color information

#418B63 (or 0x418B63) is unknown color: approx Eucalyptus. HEX triplet: 41, 8B and 63. RGB value is (65,139,99). Sum of RGB (Red+Green+Blue) = 65+139+99=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #418B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B63 is #BE749C. Grayscale: #707070. Windows color (decimal): -12481693 or 6523713. OLE color: 6523713.

HSL color Cylindrical-coordinate representation of color #418B63: hue angle of 147.57º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B63 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB6513999-
CMYK0.5300.290.45
HSL147.57º36.27%40%-
HSV(B)147.57º53.24%54.51%-
XYZ13.6620.4915.04-
YUV112.31120.4894.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=21.45%
G=45.87%
B=32.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65139990.5300.290.45147.5736.2740
Hex418B633501D2D942428
Octal10121314365035552244450
Binary100000110001011110001111010101110110110110010100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418B63; }

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

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

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

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

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

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

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

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