Html Css Color HEX #429164 Eucalyptus

📋 copy color: '#429164'

red 66 ◦ green 145 ◦ blue 100

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

Shades of Eucalyptus #429164

Tints of Eucalyptus #429164

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

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

R = 21.22%
G = 46.62%
B = 32.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#429164 (or 0x429164) is known color: Eucalyptus. HEX triplet: 42, 91 and 64. RGB value is (66,145,100). Sum of RGB (Red+Green+Blue) = 66+145+100=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #429164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429164 is #BD6E9B. Grayscale: #747474. Windows color (decimal): -12414620 or 6590786. OLE color: 6590786.

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

Color convert

RGB 66 145 100 -
CMYK 0.54 0 0.31 0.43
HSL 145.82º 0.37% 0.41% -
HSV(B) 145.82º 0.54% 0.57% -
XYZ 14.67 22.33 15.59 -
YUV 116.25 118.83 92.16 -
System Red Green Blue C M Y K H S L
Decimal 66 145 100 0.54 0 0.31 0.43 145.82 0.37 0.41
Hex 42 91 64 36 0 1F 2B 92 25 29
Octal 102 221 144 66 0 37 53 222 45 51
Binary 1000010 10010001 1100100 110110 0 11111 101011 10010010 100101 101001

Color Harmonies of #429164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429164

Black with #429164

Text Example


Text Example

White with #429164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429164; }

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

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

background-color css

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

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

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

border-color css

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

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

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