Html Css Color HEX #329063 Eucalyptus

📋 copy color: '#329063'

red 50 ◦ green 144 ◦ blue 99

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

Shades of Eucalyptus #329063

Tints of Eucalyptus #329063

RGB

 RED value IS 50 (19.92% from 255) = 17.06%

 GREEN value IS 144 (56.64% from 255) = 49.15%

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 17.06%
G = 49.15%
B = 33.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#329063 (or 0x329063) is known color: Eucalyptus. HEX triplet: 32, 90 and 63. RGB value is (50,144,99). Sum of RGB (Red+Green+Blue) = 50+144+99=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #329063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329063 is #CD6F9C. Grayscale: #6E6E6E. Windows color (decimal): -13463453 or 6524978. OLE color: 6524978.

HSL color Cylindrical-coordinate representation of color #329063: hue angle of 151.28º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329063 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 99 -
CMYK 0.65 0 0.31 0.44
HSL 151.28º 0.48% 0.38% -
HSV(B) 151.28º 0.65% 0.56% -
XYZ 13.54 21.53 15.25 -
YUV 110.76 121.36 84.66 -
System Red Green Blue C M Y K H S L
Decimal 50 144 99 0.65 0 0.31 0.44 151.28 0.48 0.38
Hex 32 90 63 41 0 1F 2C 97 30 26
Octal 62 220 143 101 0 37 54 227 60 46
Binary 110010 10010000 1100011 1000001 0 11111 101100 10010111 110000 100110

Color Harmonies of #329063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329063

Black with #329063

Text Example


Text Example

White with #329063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329063; }

 p { color: rgb(50,144,99); }

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

background-color css

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

 a { background-color: rgb(50,144,99); }

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

border-color css

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

 span { border-color: rgb(50,144,99); }

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