Html Css Color HEX #408F62 Eucalyptus

📋 copy color: '#408F62'

red 64 ◦ green 143 ◦ blue 98

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

Shades of Eucalyptus #408F62

Tints of Eucalyptus #408F62

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.89%

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

R = 20.98%
G = 46.89%
B = 32.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#408F62 (or 0x408F62) is known color: Eucalyptus. HEX triplet: 40, 8F and 62. RGB value is (64,143,98). Sum of RGB (Red+Green+Blue) = 64+143+98=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #408F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F62 is #BF709D. Grayscale: #727272. Windows color (decimal): -12546206 or 6459200. OLE color: 6459200.

HSL color Cylindrical-coordinate representation of color #408F62: hue angle of 145.82º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F62 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 98 -
CMYK 0.55 0 0.31 0.44
HSL 145.82º 0.38% 0.41% -
HSV(B) 145.82º 0.55% 0.56% -
XYZ 14.14 21.62 14.98 -
YUV 114.25 118.83 92.16 -
System Red Green Blue C M Y K H S L
Decimal 64 143 98 0.55 0 0.31 0.44 145.82 0.38 0.41
Hex 40 8F 62 37 0 1F 2C 92 26 29
Octal 100 217 142 67 0 37 54 222 46 51
Binary 1000000 10001111 1100010 110111 0 11111 101100 10010010 100110 101001

Color Harmonies of #408F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F62

Black with #408F62

Text Example


Text Example

White with #408F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,143,98); }

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

background-color css

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

 a { background-color: rgb(64,143,98); }

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

border-color css

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

 span { border-color: rgb(64,143,98); }

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