Html Css Color HEX #418D61 Eucalyptus

📋 copy color: '#418D61'

red 65 ◦ green 141 ◦ blue 97

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

Shades of Eucalyptus #418D61

Tints of Eucalyptus #418D61

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.53%

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

R = 21.45%
G = 46.53%
B = 32.01%

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

#418D61 (or 0x418D61) is known color: Eucalyptus. HEX triplet: 41, 8D and 61. RGB value is (65,141,97). Sum of RGB (Red+Green+Blue) = 65+141+97=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #418D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D61 is #BE729E. Grayscale: #717171. Windows color (decimal): -12481183 or 6393153. OLE color: 6393153.

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

Color convert

RGB 65 141 97 -
CMYK 0.54 0 0.31 0.45
HSL 145.26º 0.37% 0.4% -
HSV(B) 145.26º 0.54% 0.55% -
XYZ 13.86 21.04 14.64 -
YUV 113.26 118.82 93.58 -
System Red Green Blue C M Y K H S L
Decimal 65 141 97 0.54 0 0.31 0.45 145.26 0.37 0.4
Hex 41 8D 61 36 0 1F 2D 91 25 28
Octal 101 215 141 66 0 37 55 221 45 50
Binary 1000001 10001101 1100001 110110 0 11111 101101 10010001 100101 101000

Color Harmonies of #418D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D61

Black with #418D61

Text Example


Text Example

White with #418D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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