Html Css Color HEX #409266 Eucalyptus

📋 copy color: '#409266'

red 64 ◦ green 146 ◦ blue 102

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

Shades of Eucalyptus #409266

Tints of Eucalyptus #409266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

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

R = 20.51%
G = 46.79%
B = 32.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#409266 (or 0x409266) is known color: Eucalyptus. HEX triplet: 40, 92 and 66. RGB value is (64,146,102). Sum of RGB (Red+Green+Blue) = 64+146+102=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #409266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409266 is #BF6D99. Grayscale: #747474. Windows color (decimal): -12545434 or 6722112. OLE color: 6722112.

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

Color convert

RGB 64 146 102 -
CMYK 0.56 0 0.30 0.43
HSL 147.8º 0.39% 0.41% -
HSV(B) 147.8º 0.56% 0.57% -
XYZ 14.79 22.61 16.15 -
YUV 116.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 64 146 102 0.56 0 0.30 0.43 147.8 0.39 0.41
Hex 40 92 66 38 0 1E 2B 94 27 29
Octal 100 222 146 70 0 36 53 224 47 51
Binary 1000000 10010010 1100110 111000 0 11110 101011 10010100 100111 101001

Color Harmonies of #409266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409266

Black with #409266

Text Example


Text Example

White with #409266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409266; }

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

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

background-color css

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

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

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

border-color css

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

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

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