Html Css Color HEX #329960 Eucalyptus

📋 copy color: '#329960'

red 50 ◦ green 153 ◦ blue 96

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

Shades of Eucalyptus #329960

Tints of Eucalyptus #329960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.17%

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

R = 16.72%
G = 51.17%
B = 32.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#329960 (or 0x329960) is known color: Eucalyptus. HEX triplet: 32, 99 and 60. RGB value is (50,153,96). Sum of RGB (Red+Green+Blue) = 50+153+96=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #329960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329960 is #CD669F. Grayscale: #737373. Windows color (decimal): -13461152 or 6330674. OLE color: 6330674.

HSL color Cylindrical-coordinate representation of color #329960: hue angle of 146.8º degrees, saturation: 0.51, 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 #329960 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 96 -
CMYK 0.67 0 0.37 0.4
HSL 146.8º 0.51% 0.4% -
HSV(B) 146.8º 0.67% 0.6% -
XYZ 14.82 24.31 14.98 -
YUV 115.71 116.88 81.13 -
System Red Green Blue C M Y K H S L
Decimal 50 153 96 0.67 0 0.37 0.4 146.8 0.51 0.4
Hex 32 99 60 43 0 25 28 93 33 28
Octal 62 231 140 103 0 45 50 223 63 50
Binary 110010 10011001 1100000 1000011 0 100101 101000 10010011 110011 101000

Color Harmonies of #329960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329960

Black with #329960

Text Example


Text Example

White with #329960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329960; }

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

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

background-color css

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

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

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

border-color css

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

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

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