Html Css Color HEX #429365 Eucalyptus

📋 copy color: '#429365'

red 66 ◦ green 147 ◦ blue 101

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

Shades of Eucalyptus #429365

Tints of Eucalyptus #429365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 21.02%
G = 46.82%
B = 32.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#429365 (or 0x429365) is known color: Eucalyptus. HEX triplet: 42, 93 and 65. RGB value is (66,147,101). Sum of RGB (Red+Green+Blue) = 66+147+101=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #429365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429365 is #BD6C9A. Grayscale: #757575. Windows color (decimal): -12414107 or 6656834. OLE color: 6656834.

HSL color Cylindrical-coordinate representation of color #429365: hue angle of 145.93º 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 #429365 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 147 101 -
CMYK 0.55 0 0.31 0.42
HSL 145.93º 0.38% 0.42% -
HSV(B) 145.93º 0.55% 0.58% -
XYZ 15.03 22.97 15.95 -
YUV 117.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 66 147 101 0.55 0 0.31 0.42 145.93 0.38 0.42
Hex 42 93 65 37 0 1F 2A 92 26 2A
Octal 102 223 145 67 0 37 52 222 46 52
Binary 1000010 10010011 1100101 110111 0 11111 101010 10010010 100110 101010

Color Harmonies of #429365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429365

Black with #429365

Text Example


Text Example

White with #429365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429365; }

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

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

background-color css

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

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

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

border-color css

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

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

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