Html Css Color HEX #409264 Eucalyptus

📋 copy color: '#409264'

red 64 ◦ green 146 ◦ blue 100

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

Shades of Eucalyptus #409264

Tints of Eucalyptus #409264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 20.65%
G = 47.1%
B = 32.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#409264 (or 0x409264) is known color: Eucalyptus. HEX triplet: 40, 92 and 64. RGB value is (64,146,100). Sum of RGB (Red+Green+Blue) = 64+146+100=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #409264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409264 is #BF6D9B. Grayscale: #747474. Windows color (decimal): -12545436 or 6591040. OLE color: 6591040.

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

Color convert

RGB 64 146 100 -
CMYK 0.56 0 0.32 0.43
HSL 146.34º 0.39% 0.41% -
HSV(B) 146.34º 0.56% 0.57% -
XYZ 14.69 22.57 15.64 -
YUV 116.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 64 146 100 0.56 0 0.32 0.43 146.34 0.39 0.41
Hex 40 92 64 38 0 20 2B 92 27 29
Octal 100 222 144 70 0 40 53 222 47 51
Binary 1000000 10010010 1100100 111000 0 100000 101011 10010010 100111 101001

Color Harmonies of #409264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409264

Black with #409264

Text Example


Text Example

White with #409264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409264; }

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

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

background-color css

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

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

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

border-color css

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

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

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