Html Css Color HEX #429564 Eucalyptus

📋 copy color: '#429564'

red 66 ◦ green 149 ◦ blue 100

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

Shades of Eucalyptus #429564

Tints of Eucalyptus #429564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

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

R = 20.95%
G = 47.3%
B = 31.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#429564 (or 0x429564) is known color: Eucalyptus. HEX triplet: 42, 95 and 64. RGB value is (66,149,100). Sum of RGB (Red+Green+Blue) = 66+149+100=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #429564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429564 is #BD6A9B. Grayscale: #767676. Windows color (decimal): -12413596 or 6591810. OLE color: 6591810.

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

Color convert

RGB 66 149 100 -
CMYK 0.56 0 0.33 0.42
HSL 144.58º 0.39% 0.42% -
HSV(B) 144.58º 0.56% 0.58% -
XYZ 15.29 23.57 15.8 -
YUV 118.6 117.5 90.48 -
System Red Green Blue C M Y K H S L
Decimal 66 149 100 0.56 0 0.33 0.42 144.58 0.39 0.42
Hex 42 95 64 38 0 21 2A 91 27 2A
Octal 102 225 144 70 0 41 52 221 47 52
Binary 1000010 10010101 1100100 111000 0 100001 101010 10010001 100111 101010

Color Harmonies of #429564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429564

Black with #429564

Text Example


Text Example

White with #429564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429564; }

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

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

background-color css

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

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

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

border-color css

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

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

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