Html Css Color HEX #418C62 Eucalyptus

📋 copy color: '#418C62'

red 65 ◦ green 140 ◦ blue 98

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

Shades of Eucalyptus #418C62

Tints of Eucalyptus #418C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 21.45%
G = 46.2%
B = 32.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#418C62 (or 0x418C62) is known color: Eucalyptus. HEX triplet: 41, 8C and 62. RGB value is (65,140,98). Sum of RGB (Red+Green+Blue) = 65+140+98=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #418C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C62 is #BE739D. Grayscale: #707070. Windows color (decimal): -12481438 or 6458433. OLE color: 6458433.

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

Color convert

RGB 65 140 98 -
CMYK 0.54 0 0.3 0.45
HSL 146.4º 0.37% 0.4% -
HSV(B) 146.4º 0.54% 0.55% -
XYZ 13.76 20.76 14.84 -
YUV 112.79 119.65 93.92 -
System Red Green Blue C M Y K H S L
Decimal 65 140 98 0.54 0 0.3 0.45 146.4 0.37 0.4
Hex 41 8C 62 36 0 1E 2D 92 25 28
Octal 101 214 142 66 0 36 55 222 45 50
Binary 1000001 10001100 1100010 110110 0 11110 101101 10010010 100101 101000

Color Harmonies of #418C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418C62

Black with #418C62

Text Example


Text Example

White with #418C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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