Html Css Color HEX #408B65 Eucalyptus

📋 copy color: '#408B65'

red 64 ◦ green 139 ◦ blue 101

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

Shades of Eucalyptus #408B65

Tints of Eucalyptus #408B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.72%

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 21.05%
G = 45.72%
B = 33.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#408B65 (or 0x408B65) is known color: Eucalyptus. HEX triplet: 40, 8B and 65. RGB value is (64,139,101). Sum of RGB (Red+Green+Blue) = 64+139+101=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #408B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B65 is #BF749A. Grayscale: #707070. Windows color (decimal): -12547227 or 6654784. OLE color: 6654784.

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

Color convert

RGB 64 139 101 -
CMYK 0.54 0 0.27 0.45
HSL 149.6º 0.37% 0.4% -
HSV(B) 149.6º 0.54% 0.55% -
XYZ 13.7 20.49 15.55 -
YUV 112.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 64 139 101 0.54 0 0.27 0.45 149.6 0.37 0.4
Hex 40 8B 65 36 0 1B 2D 96 25 28
Octal 100 213 145 66 0 33 55 226 45 50
Binary 1000000 10001011 1100101 110110 0 11011 101101 10010110 100101 101000

Color Harmonies of #408B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B65

Black with #408B65

Text Example


Text Example

White with #408B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,139,101); }

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

background-color css

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

 a { background-color: rgb(64,139,101); }

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

border-color css

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

 span { border-color: rgb(64,139,101); }

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