Html Css Color HEX #418A60 Eucalyptus

📋 copy color: '#418A60'

red 65 ◦ green 138 ◦ blue 96

#418A60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #418A60

Tints of Eucalyptus #418A60

RGB

 RED value IS 65 (25.78% from 255) = 21.74%

 GREEN value IS 138 (54.3% from 255) = 46.15%

 BLUE value IS 96 (37.89% from 255) = 32.11%

R = 21.74%
G = 46.15%
B = 32.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#418A60 (or 0x418A60) is known color: Eucalyptus. HEX triplet: 41, 8A and 60. RGB value is (65,138,96). Sum of RGB (Red+Green+Blue) = 65+138+96=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #418A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A60 is #BE759F. Grayscale: #6F6F6F. Windows color (decimal): -12481952 or 6326849. OLE color: 6326849.

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

Color convert

RGB 65 138 96 -
CMYK 0.53 0 0.30 0.46
HSL 145.48º 0.36% 0.4% -
HSV(B) 145.48º 0.53% 0.54% -
XYZ 13.38 20.15 14.25 -
YUV 111.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 65 138 96 0.53 0 0.30 0.46 145.48 0.36 0.4
Hex 41 8A 60 35 0 1E 2E 91 24 28
Octal 101 212 140 65 0 36 56 221 44 50
Binary 1000001 10001010 1100000 110101 0 11110 101110 10010001 100100 101000

Color Harmonies of #418A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A60

Black with #418A60

Text Example


Text Example

White with #418A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,138,96); }

 H1.HeaderClassName
 {
   color: #418A60;
 }
 .AnyTagClassName
 {
   color: #418A60;
 }
</style>

background-color css

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

 a { background-color: rgb(65,138,96); }

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

border-color css

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

 span { border-color: rgb(65,138,96); }

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