Html Css Color HEX #409060 Eucalyptus

📋 copy color: '#409060'

red 64 ◦ green 144 ◦ blue 96

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

Shades of Eucalyptus #409060

Tints of Eucalyptus #409060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.37%

 BLUE value IS 96 (37.89% from 255) = 31.58%

R = 21.05%
G = 47.37%
B = 31.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#409060 (or 0x409060) is known color: Eucalyptus. HEX triplet: 40, 90 and 60. RGB value is (64,144,96). Sum of RGB (Red+Green+Blue) = 64+144+96=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #409060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409060 is #BF6F9F. Grayscale: #727272. Windows color (decimal): -12545952 or 6328384. OLE color: 6328384.

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

Color convert

RGB 64 144 96 -
CMYK 0.56 0 0.33 0.44
HSL 144º 0.38% 0.41% -
HSV(B) 144º 0.56% 0.56% -
XYZ 14.2 21.88 14.54 -
YUV 114.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 64 144 96 0.56 0 0.33 0.44 144 0.38 0.41
Hex 40 90 60 38 0 21 2C 90 26 29
Octal 100 220 140 70 0 41 54 220 46 51
Binary 1000000 10010000 1100000 111000 0 100001 101100 10010000 100110 101001

Color Harmonies of #409060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409060

Black with #409060

Text Example


Text Example

White with #409060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409060; }

 p { color: rgb(64,144,96); }

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

background-color css

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

 a { background-color: rgb(64,144,96); }

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

border-color css

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

 span { border-color: rgb(64,144,96); }

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