Html Css Color HEX #329560 Eucalyptus

📋 copy color: '#329560'

red 50 ◦ green 149 ◦ blue 96

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

Shades of Eucalyptus #329560

Tints of Eucalyptus #329560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.51%

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

R = 16.95%
G = 50.51%
B = 32.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#329560 (or 0x329560) is known color: Eucalyptus. HEX triplet: 32, 95 and 60. RGB value is (50,149,96). Sum of RGB (Red+Green+Blue) = 50+149+96=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #329560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329560 is #CD6A9F. Grayscale: #717171. Windows color (decimal): -13462176 or 6329650. OLE color: 6329650.

HSL color Cylindrical-coordinate representation of color #329560: hue angle of 147.88º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329560 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 149 96 -
CMYK 0.66 0 0.36 0.42
HSL 147.88º 0.5% 0.39% -
HSV(B) 147.88º 0.66% 0.58% -
XYZ 14.17 23.02 14.76 -
YUV 113.36 118.2 82.81 -
System Red Green Blue C M Y K H S L
Decimal 50 149 96 0.66 0 0.36 0.42 147.88 0.5 0.39
Hex 32 95 60 42 0 24 2A 94 32 27
Octal 62 225 140 102 0 44 52 224 62 47
Binary 110010 10010101 1100000 1000010 0 100100 101010 10010100 110010 100111

Color Harmonies of #329560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329560

Black with #329560

Text Example


Text Example

White with #329560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329560; }

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

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

background-color css

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

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

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

border-color css

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

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

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