Html Css Color HEX #409160 Eucalyptus

📋 copy color: '#409160'

red 64 ◦ green 145 ◦ blue 96

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

Shades of Eucalyptus #409160

Tints of Eucalyptus #409160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.54%

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

R = 20.98%
G = 47.54%
B = 31.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#409160 (or 0x409160) is known color: Eucalyptus. HEX triplet: 40, 91 and 60. RGB value is (64,145,96). Sum of RGB (Red+Green+Blue) = 64+145+96=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #409160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409160 is #BF6E9F. Grayscale: #737373. Windows color (decimal): -12545696 or 6328640. OLE color: 6328640.

HSL color Cylindrical-coordinate representation of color #409160: hue angle of 143.7º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409160 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 145 96 -
CMYK 0.56 0 0.34 0.43
HSL 143.7º 0.39% 0.41% -
HSV(B) 143.7º 0.56% 0.57% -
XYZ 14.35 22.19 14.59 -
YUV 115.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 64 145 96 0.56 0 0.34 0.43 143.7 0.39 0.41
Hex 40 91 60 38 0 22 2B 90 27 29
Octal 100 221 140 70 0 42 53 220 47 51
Binary 1000000 10010001 1100000 111000 0 100010 101011 10010000 100111 101001

Color Harmonies of #409160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409160

Black with #409160

Text Example


Text Example

White with #409160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409160; }

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

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

background-color css

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

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

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

border-color css

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

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

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