#329A6F

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

Shades of Eucalyptus #329A6F

Tints of Eucalyptus #329A6F

Color information

#329A6F (or 0x329A6F) is unknown color: approx Eucalyptus. HEX triplet: 32, 9A and 6F. RGB value is (50,154,111). Sum of RGB (Red+Green+Blue) = 50+154+111=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #329A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A6F is #CD6590. Grayscale: #767676. Windows color (decimal): -13460881 or 7313970. OLE color: 7313970.

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

Color convert

RGB50154111-
CMYK0.6800.280.40
HSL155.19º50.98%40%-
HSV(B)155.19º67.53%60.39%-
XYZ15.7424.9419.02-
YUV118124.0479.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.87%
GREEN value IS 154 (60.55% from 255) = 48.89%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=15.87%
G=48.89%
B=35.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501541110.6800.280.40155.1950.9840
Hex329A6F4401C289b3328
Octal62232157104034502336350
Binary110010100110101101111100010001110010100010011011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,154,111); }

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

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

 a { background-color: rgb(50,154,111); }

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

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

 span { border-color: rgb(50,154,111); }

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