#329F65

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

Shades of Eucalyptus #329F65

Tints of Eucalyptus #329F65

Color information

#329F65 (or 0x329F65) is unknown color: approx Eucalyptus. HEX triplet: 32, 9F and 65. RGB value is (50,159,101). Sum of RGB (Red+Green+Blue) = 50+159+101=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #329F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F65 is #CD609A. Grayscale: #777777. Windows color (decimal): -13459611 or 6659890. OLE color: 6659890.

HSL color Cylindrical-coordinate representation of color #329F65: hue angle of 148.07º 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 #329F65 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB50159101-
CMYK0.6900.360.38
HSL148.07º52.15%40.98%-
HSV(B)148.07º68.55%62.35%-
XYZ16.0626.4116.56-
YUV119.8117.3978.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 159 (62.5% from 255) = 51.29%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=16.13%
G=51.29%
B=32.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501591010.6900.360.38148.0752.1540.98
Hex329F654502426943429
Octal62237145105044462246451
Binary1100101001111111001011000101010010010011010010100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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