Html Css Color HEX #409661 Eucalyptus

📋 copy color: '#409661'

red 64 ◦ green 150 ◦ blue 97

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

Shades of Eucalyptus #409661

Tints of Eucalyptus #409661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.23%

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

R = 20.58%
G = 48.23%
B = 31.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#409661 (or 0x409661) is known color: Eucalyptus. HEX triplet: 40, 96 and 61. RGB value is (64,150,97). Sum of RGB (Red+Green+Blue) = 64+150+97=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #409661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409661 is #BF699E. Grayscale: #767676. Windows color (decimal): -12544415 or 6395456. OLE color: 6395456.

HSL color Cylindrical-coordinate representation of color #409661: hue angle of 143.02º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409661 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 150 97 -
CMYK 0.57 0 0.35 0.41
HSL 143.02º 0.4% 0.42% -
HSV(B) 143.02º 0.57% 0.59% -
XYZ 15.18 23.77 15.1 -
YUV 118.24 116.01 89.31 -
System Red Green Blue C M Y K H S L
Decimal 64 150 97 0.57 0 0.35 0.41 143.02 0.4 0.42
Hex 40 96 61 39 0 23 29 8F 28 2A
Octal 100 226 141 71 0 43 51 217 50 52
Binary 1000000 10010110 1100001 111001 0 100011 101001 10001111 101000 101010

Color Harmonies of #409661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409661

Black with #409661

Text Example


Text Example

White with #409661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409661; }

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

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

background-color css

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

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

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

border-color css

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

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

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