Html Css Color HEX #408F67 Eucalyptus

📋 copy color: '#408F67'

red 64 ◦ green 143 ◦ blue 103

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

Shades of Eucalyptus #408F67

Tints of Eucalyptus #408F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 20.65%
G = 46.13%
B = 33.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#408F67 (or 0x408F67) is known color: Eucalyptus. HEX triplet: 40, 8F and 67. RGB value is (64,143,103). Sum of RGB (Red+Green+Blue) = 64+143+103=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 143 - color contains mainly: green. Hex color #408F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F67 is #BF7098. Grayscale: #727272. Windows color (decimal): -12546201 or 6786880. OLE color: 6786880.

HSL color Cylindrical-coordinate representation of color #408F67: hue angle of 149.62º 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 #408F67 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 103 -
CMYK 0.55 0 0.28 0.44
HSL 149.62º 0.38% 0.41% -
HSV(B) 149.62º 0.55% 0.56% -
XYZ 14.39 21.71 16.27 -
YUV 114.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 64 143 103 0.55 0 0.28 0.44 149.62 0.38 0.41
Hex 40 8F 67 37 0 1C 2C 96 26 29
Octal 100 217 147 67 0 34 54 226 46 51
Binary 1000000 10001111 1100111 110111 0 11100 101100 10010110 100110 101001

Color Harmonies of #408F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F67

Black with #408F67

Text Example


Text Example

White with #408F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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