Html Css Color HEX #418C61 Eucalyptus

📋 copy color: '#418C61'

red 65 ◦ green 140 ◦ blue 97

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

Shades of Eucalyptus #418C61

Tints of Eucalyptus #418C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.12%

R = 21.52%
G = 46.36%
B = 32.12%

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

#418C61 (or 0x418C61) is known color: Eucalyptus. HEX triplet: 41, 8C and 61. RGB value is (65,140,97). Sum of RGB (Red+Green+Blue) = 65+140+97=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #418C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C61 is #BE739E. Grayscale: #707070. Windows color (decimal): -12481439 or 6392897. OLE color: 6392897.

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

Color convert

RGB 65 140 97 -
CMYK 0.54 0 0.31 0.45
HSL 145.6º 0.37% 0.4% -
HSV(B) 145.6º 0.54% 0.55% -
XYZ 13.72 20.74 14.59 -
YUV 112.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 65 140 97 0.54 0 0.31 0.45 145.6 0.37 0.4
Hex 41 8C 61 36 0 1F 2D 92 25 28
Octal 101 214 141 66 0 37 55 222 45 50
Binary 1000001 10001100 1100001 110110 0 11111 101101 10010010 100101 101000

Color Harmonies of #418C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418C61

Black with #418C61

Text Example


Text Example

White with #418C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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