Html Css Color HEX #429166 Eucalyptus

📋 copy color: '#429166'

red 66 ◦ green 145 ◦ blue 102

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

Shades of Eucalyptus #429166

Tints of Eucalyptus #429166

RGB

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

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

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

R = 21.09%
G = 46.33%
B = 32.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#429166 (or 0x429166) is known color: Eucalyptus. HEX triplet: 42, 91 and 66. RGB value is (66,145,102). Sum of RGB (Red+Green+Blue) = 66+145+102=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #429166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429166 is #BD6E99. Grayscale: #747474. Windows color (decimal): -12414618 or 6721858. OLE color: 6721858.

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

Color convert

RGB 66 145 102 -
CMYK 0.54 0 0.30 0.43
HSL 147.34º 0.37% 0.41% -
HSV(B) 147.34º 0.54% 0.57% -
XYZ 14.77 22.37 16.11 -
YUV 116.48 119.83 92 -
System Red Green Blue C M Y K H S L
Decimal 66 145 102 0.54 0 0.30 0.43 147.34 0.37 0.41
Hex 42 91 66 36 0 1E 2B 93 25 29
Octal 102 221 146 66 0 36 53 223 45 51
Binary 1000010 10010001 1100110 110110 0 11110 101011 10010011 100101 101001

Color Harmonies of #429166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429166

Black with #429166

Text Example


Text Example

White with #429166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429166; }

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

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

background-color css

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

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

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

border-color css

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

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

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