Html Css Color HEX #429064 Eucalyptus

📋 copy color: '#429064'

red 66 ◦ green 144 ◦ blue 100

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

Shades of Eucalyptus #429064

Tints of Eucalyptus #429064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

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

R = 21.29%
G = 46.45%
B = 32.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#429064 (or 0x429064) is known color: Eucalyptus. HEX triplet: 42, 90 and 64. RGB value is (66,144,100). Sum of RGB (Red+Green+Blue) = 66+144+100=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #429064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429064 is #BD6F9B. Grayscale: #737373. Windows color (decimal): -12414876 or 6590530. OLE color: 6590530.

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

Color convert

RGB 66 144 100 -
CMYK 0.54 0 0.31 0.44
HSL 146.15º 0.37% 0.41% -
HSV(B) 146.15º 0.54% 0.56% -
XYZ 14.52 22.02 15.54 -
YUV 115.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 66 144 100 0.54 0 0.31 0.44 146.15 0.37 0.41
Hex 42 90 64 36 0 1F 2C 92 25 29
Octal 102 220 144 66 0 37 54 222 45 51
Binary 1000010 10010000 1100100 110110 0 11111 101100 10010010 100101 101001

Color Harmonies of #429064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429064

Black with #429064

Text Example


Text Example

White with #429064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429064; }

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

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

background-color css

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

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

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

border-color css

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

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

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