Html Css Color HEX #408C61 Eucalyptus

📋 copy color: '#408C61'

red 64 ◦ green 140 ◦ blue 97

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

Shades of Eucalyptus #408C61

Tints of Eucalyptus #408C61

RGB

 RED value IS 64 (25.39% from 255) = 21.26%

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

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

R = 21.26%
G = 46.51%
B = 32.23%

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

#408C61 (or 0x408C61) is known color: Eucalyptus. HEX triplet: 40, 8C and 61. RGB value is (64,140,97). Sum of RGB (Red+Green+Blue) = 64+140+97=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #408C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C61 is #BF739E. Grayscale: #707070. Windows color (decimal): -12546975 or 6392896. OLE color: 6392896.

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

Color convert

RGB 64 140 97 -
CMYK 0.54 0 0.31 0.45
HSL 146.05º 0.37% 0.4% -
HSV(B) 146.05º 0.54% 0.55% -
XYZ 13.65 20.71 14.59 -
YUV 112.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 64 140 97 0.54 0 0.31 0.45 146.05 0.37 0.4
Hex 40 8C 61 36 0 1F 2D 92 25 28
Octal 100 214 141 66 0 37 55 222 45 50
Binary 1000000 10001100 1100001 110110 0 11111 101101 10010010 100101 101000

Color Harmonies of #408C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408C61

Black with #408C61

Text Example


Text Example

White with #408C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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