#418B5F

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

Shades of Eucalyptus #418B5F

Tints of Eucalyptus #418B5F

Color information

#418B5F (or 0x418B5F) is unknown color: approx Eucalyptus. HEX triplet: 41, 8B and 5F. RGB value is (65,139,95). Sum of RGB (Red+Green+Blue) = 65+139+95=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #418B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B5F is #BE74A0. Grayscale: #6F6F6F. Windows color (decimal): -12481697 or 6261569. OLE color: 6261569.

HSL color Cylindrical-coordinate representation of color #418B5F: hue angle of 144.32º 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 #418B5F is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB6513995-
CMYK0.5300.320.45
HSL144.32º36.27%40%-
HSV(B)144.32º53.24%54.51%-
XYZ13.4820.4214.06-
YUV111.86118.4894.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=21.74%
G=46.49%
B=31.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65139950.5300.320.45144.3236.2740
Hex418B5F350202D902428
Octal10121313765040552204450
Binary1000001100010111011111110101010000010110110010000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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