Html Css Color HEX #329860 Eucalyptus

📋 copy color: '#329860'

red 50 ◦ green 152 ◦ blue 96

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

Shades of Eucalyptus #329860

Tints of Eucalyptus #329860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.01%

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 16.78%
G = 51.01%
B = 32.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#329860 (or 0x329860) is known color: Eucalyptus. HEX triplet: 32, 98 and 60. RGB value is (50,152,96). Sum of RGB (Red+Green+Blue) = 50+152+96=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #329860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329860 is #CD679F. Grayscale: #737373. Windows color (decimal): -13461408 or 6330418. OLE color: 6330418.

HSL color Cylindrical-coordinate representation of color #329860: hue angle of 147.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329860 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 96 -
CMYK 0.67 0 0.37 0.40
HSL 147.06º 0.5% 0.4% -
HSV(B) 147.06º 0.67% 0.6% -
XYZ 14.65 23.98 14.92 -
YUV 115.12 117.21 81.55 -
System Red Green Blue C M Y K H S L
Decimal 50 152 96 0.67 0 0.37 0.40 147.06 0.5 0.4
Hex 32 98 60 43 0 25 28 93 32 28
Octal 62 230 140 103 0 45 50 223 62 50
Binary 110010 10011000 1100000 1000011 0 100101 101000 10010011 110010 101000

Color Harmonies of #329860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329860

Black with #329860

Text Example


Text Example

White with #329860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329860; }

 p { color: rgb(50,152,96); }

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

background-color css

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

 a { background-color: rgb(50,152,96); }

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

border-color css

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

 span { border-color: rgb(50,152,96); }

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