#329F63

Color #329F63 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #329F63

Tints of Eucalyptus #329F63

Color information

#329F63 (or 0x329F63) is unknown color: approx Eucalyptus. HEX triplet: 32, 9F and 63. RGB value is (50,159,99). Sum of RGB (Red+Green+Blue) = 50+159+99=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #329F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F63 is #CD609C. Grayscale: #777777. Windows color (decimal): -13459613 or 6528818. OLE color: 6528818.

HSL color Cylindrical-coordinate representation of color #329F63: hue angle of 146.97º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F63 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB5015999-
CMYK0.6900.380.38
HSL146.97º52.15%40.98%-
HSV(B)146.97º68.55%62.35%-
XYZ15.9726.3816.05-
YUV119.57116.3978.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.23%
GREEN value IS 159 (62.5% from 255) = 51.62%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=16.23%
G=51.62%
B=32.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50159990.6900.380.38146.9752.1540.98
Hex329F634502626933429
Octal62237143105046462236451
Binary1100101001111111000111000101010011010011010010011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329F63; }

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

 H1.HeaderClassName
 {
   color: #329F63;
 }
 .AnyTagClassName
 {
   color: #329F63;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #329F63;
 }
 .BgClassName
 {
   background-color: #329F63;
 }
</style>
border-color css

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

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

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