Html Css Color HEX #418A64 Eucalyptus

📋 copy color: '#418A64'

red 65 ◦ green 138 ◦ blue 100

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

Shades of Eucalyptus #418A64

Tints of Eucalyptus #418A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33%

R = 21.45%
G = 45.54%
B = 33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#418A64 (or 0x418A64) is known color: Eucalyptus. HEX triplet: 41, 8A and 64. RGB value is (65,138,100). Sum of RGB (Red+Green+Blue) = 65+138+100=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #418A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A64 is #BE759B. Grayscale: #6F6F6F. Windows color (decimal): -12481948 or 6588993. OLE color: 6588993.

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

Color convert

RGB 65 138 100 -
CMYK 0.53 0 0.28 0.46
HSL 148.77º 0.36% 0.4% -
HSV(B) 148.77º 0.53% 0.54% -
XYZ 13.57 20.22 15.24 -
YUV 111.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 65 138 100 0.53 0 0.28 0.46 148.77 0.36 0.4
Hex 41 8A 64 35 0 1C 2E 95 24 28
Octal 101 212 144 65 0 34 56 225 44 50
Binary 1000001 10001010 1100100 110101 0 11100 101110 10010101 100100 101000

Color Harmonies of #418A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A64

Black with #418A64

Text Example


Text Example

White with #418A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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