Html Css Color HEX #429464 Eucalyptus

📋 copy color: '#429464'

red 66 ◦ green 148 ◦ blue 100

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

Shades of Eucalyptus #429464

Tints of Eucalyptus #429464

RGB

 RED value IS 66 (26.17% from 255) = 21.02%

 GREEN value IS 148 (58.2% from 255) = 47.13%

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

R = 21.02%
G = 47.13%
B = 31.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#429464 (or 0x429464) is known color: Eucalyptus. HEX triplet: 42, 94 and 64. RGB value is (66,148,100). Sum of RGB (Red+Green+Blue) = 66+148+100=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #429464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429464 is #BD6B9B. Grayscale: #767676. Windows color (decimal): -12413852 or 6591554. OLE color: 6591554.

HSL color Cylindrical-coordinate representation of color #429464: hue angle of 144.88º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429464 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 100 -
CMYK 0.55 0 0.32 0.42
HSL 144.88º 0.38% 0.42% -
HSV(B) 144.88º 0.55% 0.58% -
XYZ 15.14 23.26 15.75 -
YUV 118.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 66 148 100 0.55 0 0.32 0.42 144.88 0.38 0.42
Hex 42 94 64 37 0 20 2A 91 26 2A
Octal 102 224 144 67 0 40 52 221 46 52
Binary 1000010 10010100 1100100 110111 0 100000 101010 10010001 100110 101010

Color Harmonies of #429464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429464

Black with #429464

Text Example


Text Example

White with #429464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429464; }

 p { color: rgb(66,148,100); }

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

background-color css

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

 a { background-color: rgb(66,148,100); }

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

border-color css

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

 span { border-color: rgb(66,148,100); }

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