Html Css Color HEX #429664 Eucalyptus

📋 copy color: '#429664'

red 66 ◦ green 150 ◦ blue 100

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

Shades of Eucalyptus #429664

Tints of Eucalyptus #429664

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

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

R = 20.89%
G = 47.47%
B = 31.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#429664 (or 0x429664) is known color: Eucalyptus. HEX triplet: 42, 96 and 64. RGB value is (66,150,100). Sum of RGB (Red+Green+Blue) = 66+150+100=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #429664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429664 is #BD699B. Grayscale: #777777. Windows color (decimal): -12413340 or 6592066. OLE color: 6592066.

HSL color Cylindrical-coordinate representation of color #429664: hue angle of 144.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429664 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 100 -
CMYK 0.56 0 0.33 0.41
HSL 144.29º 0.39% 0.42% -
HSV(B) 144.29º 0.56% 0.59% -
XYZ 15.45 23.89 15.85 -
YUV 119.18 117.17 90.07 -
System Red Green Blue C M Y K H S L
Decimal 66 150 100 0.56 0 0.33 0.41 144.29 0.39 0.42
Hex 42 96 64 38 0 21 29 90 27 2A
Octal 102 226 144 70 0 41 51 220 47 52
Binary 1000010 10010110 1100100 111000 0 100001 101001 10010000 100111 101010

Color Harmonies of #429664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429664

Black with #429664

Text Example


Text Example

White with #429664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429664; }

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

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

background-color css

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

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

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

border-color css

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

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

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