Html Css Color HEX #409366 Eucalyptus

📋 copy color: '#409366'

red 64 ◦ green 147 ◦ blue 102

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

Shades of Eucalyptus #409366

Tints of Eucalyptus #409366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 20.45%
G = 46.96%
B = 32.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#409366 (or 0x409366) is known color: Eucalyptus. HEX triplet: 40, 93 and 66. RGB value is (64,147,102). Sum of RGB (Red+Green+Blue) = 64+147+102=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #409366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409366 is #BF6C99. Grayscale: #757575. Windows color (decimal): -12545178 or 6722368. OLE color: 6722368.

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

Color convert

RGB 64 147 102 -
CMYK 0.56 0 0.31 0.42
HSL 147.47º 0.39% 0.41% -
HSV(B) 147.47º 0.56% 0.58% -
XYZ 14.95 22.92 16.21 -
YUV 117.05 119.5 90.16 -
System Red Green Blue C M Y K H S L
Decimal 64 147 102 0.56 0 0.31 0.42 147.47 0.39 0.41
Hex 40 93 66 38 0 1F 2A 93 27 29
Octal 100 223 146 70 0 37 52 223 47 51
Binary 1000000 10010011 1100110 111000 0 11111 101010 10010011 100111 101001

Color Harmonies of #409366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409366

Black with #409366

Text Example


Text Example

White with #409366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409366; }

 p { color: rgb(64,147,102); }

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

background-color css

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

 a { background-color: rgb(64,147,102); }

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

border-color css

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

 span { border-color: rgb(64,147,102); }

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