Html Css Color HEX #418C60 Eucalyptus

📋 copy color: '#418C60'

red 65 ◦ green 140 ◦ blue 96

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

Shades of Eucalyptus #418C60

Tints of Eucalyptus #418C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.51%

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

R = 21.59%
G = 46.51%
B = 31.89%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#418C60 (or 0x418C60) is known color: Eucalyptus. HEX triplet: 41, 8C and 60. RGB value is (65,140,96). Sum of RGB (Red+Green+Blue) = 65+140+96=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #418C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C60 is #BE739F. Grayscale: #707070. Windows color (decimal): -12481440 or 6327361. OLE color: 6327361.

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

Color convert

RGB 65 140 96 -
CMYK 0.54 0 0.31 0.45
HSL 144.8º 0.37% 0.4% -
HSV(B) 144.8º 0.54% 0.55% -
XYZ 13.67 20.72 14.35 -
YUV 112.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 65 140 96 0.54 0 0.31 0.45 144.8 0.37 0.4
Hex 41 8C 60 36 0 1F 2D 91 25 28
Octal 101 214 140 66 0 37 55 221 45 50
Binary 1000001 10001100 1100000 110110 0 11111 101101 10010001 100101 101000

Color Harmonies of #418C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418C60

Black with #418C60

Text Example


Text Example

White with #418C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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