Html Css Color HEX #329065 Eucalyptus

📋 copy color: '#329065'

red 50 ◦ green 144 ◦ blue 101

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

Shades of Eucalyptus #329065

Tints of Eucalyptus #329065

RGB

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

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

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

R = 16.95%
G = 48.81%
B = 34.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#329065 (or 0x329065) is known color: Eucalyptus. HEX triplet: 32, 90 and 65. RGB value is (50,144,101). Sum of RGB (Red+Green+Blue) = 50+144+101=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #329065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329065 is #CD6F9A. Grayscale: #6F6F6F. Windows color (decimal): -13463451 or 6656050. OLE color: 6656050.

HSL color Cylindrical-coordinate representation of color #329065: hue angle of 152.55º 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 #329065 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 101 -
CMYK 0.65 0 0.30 0.44
HSL 152.55º 0.48% 0.38% -
HSV(B) 152.55º 0.65% 0.56% -
XYZ 13.64 21.56 15.76 -
YUV 110.99 122.36 84.5 -
System Red Green Blue C M Y K H S L
Decimal 50 144 101 0.65 0 0.30 0.44 152.55 0.48 0.38
Hex 32 90 65 41 0 1E 2C 99 30 26
Octal 62 220 145 101 0 36 54 231 60 46
Binary 110010 10010000 1100101 1000001 0 11110 101100 10011001 110000 100110

Color Harmonies of #329065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329065

Black with #329065

Text Example


Text Example

White with #329065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329065; }

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

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

background-color css

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

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

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

border-color css

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

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

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