Html Css Color HEX #429364 Eucalyptus

📋 copy color: '#429364'

red 66 ◦ green 147 ◦ blue 100

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

Shades of Eucalyptus #429364

Tints of Eucalyptus #429364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

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

R = 21.09%
G = 46.96%
B = 31.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#429364 (or 0x429364) is known color: Eucalyptus. HEX triplet: 42, 93 and 64. RGB value is (66,147,100). Sum of RGB (Red+Green+Blue) = 66+147+100=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #429364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429364 is #BD6C9B. Grayscale: #757575. Windows color (decimal): -12414108 or 6591298. OLE color: 6591298.

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

Color convert

RGB 66 147 100 -
CMYK 0.55 0 0.32 0.42
HSL 145.19º 0.38% 0.42% -
HSV(B) 145.19º 0.55% 0.58% -
XYZ 14.98 22.95 15.7 -
YUV 117.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 66 147 100 0.55 0 0.32 0.42 145.19 0.38 0.42
Hex 42 93 64 37 0 20 2A 91 26 2A
Octal 102 223 144 67 0 40 52 221 46 52
Binary 1000010 10010011 1100100 110111 0 100000 101010 10010001 100110 101010

Color Harmonies of #429364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429364

Black with #429364

Text Example


Text Example

White with #429364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429364; }

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

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

background-color css

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

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

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

border-color css

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

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

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