Html Css Color HEX #408961 Eucalyptus

📋 copy color: '#408961'

red 64 ◦ green 137 ◦ blue 97

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

Shades of Eucalyptus #408961

Tints of Eucalyptus #408961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.97%

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

R = 21.48%
G = 45.97%
B = 32.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#408961 (or 0x408961) is known color: Eucalyptus. HEX triplet: 40, 89 and 61. RGB value is (64,137,97). Sum of RGB (Red+Green+Blue) = 64+137+97=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #408961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408961 is #BF769E. Grayscale: #6E6E6E. Windows color (decimal): -12547743 or 6392128. OLE color: 6392128.

HSL color Cylindrical-coordinate representation of color #408961: hue angle of 147.12º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408961 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 97 -
CMYK 0.53 0 0.29 0.46
HSL 147.12º 0.36% 0.39% -
HSV(B) 147.12º 0.53% 0.54% -
XYZ 13.22 19.84 14.44 -
YUV 110.61 120.32 94.75 -
System Red Green Blue C M Y K H S L
Decimal 64 137 97 0.53 0 0.29 0.46 147.12 0.36 0.39
Hex 40 89 61 35 0 1D 2E 93 24 27
Octal 100 211 141 65 0 35 56 223 44 47
Binary 1000000 10001001 1100001 110101 0 11101 101110 10010011 100100 100111

Color Harmonies of #408961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408961

Black with #408961

Text Example


Text Example

White with #408961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408961; }

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

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

background-color css

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

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

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

border-color css

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

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

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