Html Css Color HEX #409168 Eucalyptus

📋 copy color: '#409168'

red 64 ◦ green 145 ◦ blue 104

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

Shades of Eucalyptus #409168

Tints of Eucalyptus #409168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 20.45%
G = 46.33%
B = 33.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#409168 (or 0x409168) is known color: Eucalyptus. HEX triplet: 40, 91 and 68. RGB value is (64,145,104). Sum of RGB (Red+Green+Blue) = 64+145+104=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #409168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409168 is #BF6E97. Grayscale: #747474. Windows color (decimal): -12545688 or 6852928. OLE color: 6852928.

HSL color Cylindrical-coordinate representation of color #409168: hue angle of 149.63º 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 #409168 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 145 104 -
CMYK 0.56 0 0.28 0.43
HSL 149.63º 0.39% 0.41% -
HSV(B) 149.63º 0.56% 0.57% -
XYZ 14.74 22.34 16.63 -
YUV 116.11 121.16 90.83 -
System Red Green Blue C M Y K H S L
Decimal 64 145 104 0.56 0 0.28 0.43 149.63 0.39 0.41
Hex 40 91 68 38 0 1C 2B 96 27 29
Octal 100 221 150 70 0 34 53 226 47 51
Binary 1000000 10010001 1101000 111000 0 11100 101011 10010110 100111 101001

Color Harmonies of #409168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409168

Black with #409168

Text Example


Text Example

White with #409168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409168; }

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

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

background-color css

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

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

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

border-color css

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

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

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