#329B6C

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

Shades of Eucalyptus #329B6C

Tints of Eucalyptus #329B6C

Color information

#329B6C (or 0x329B6C) is unknown color: approx Eucalyptus. HEX triplet: 32, 9B and 6C. RGB value is (50,155,108). Sum of RGB (Red+Green+Blue) = 50+155+108=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #329B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B6C is #CD6493. Grayscale: #767676. Windows color (decimal): -13460628 or 7117618. OLE color: 7117618.

HSL color Cylindrical-coordinate representation of color #329B6C: hue angle of 153.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B6C is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB50155108-
CMYK0.6800.300.39
HSL153.14º51.22%40.2%-
HSV(B)153.14º67.74%60.78%-
XYZ15.7425.218.22-
YUV118.25122.2179.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 155 (60.94% from 255) = 49.52%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=15.97%
G=49.52%
B=34.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501551080.6800.300.39153.1451.2240.2
Hex329B6C4401E27993328
Octal62233154104036472316350
Binary110010100110111101100100010001111010011110011001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,155,108); }

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

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

 a { background-color: rgb(50,155,108); }

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

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

 span { border-color: rgb(50,155,108); }

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