#329964

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

Shades of Eucalyptus #329964

Tints of Eucalyptus #329964

Color information

#329964 (or 0x329964) is unknown color: approx Eucalyptus. HEX triplet: 32, 99 and 64. RGB value is (50,153,100). Sum of RGB (Red+Green+Blue) = 50+153+100=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #329964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329964 is #CD669B. Grayscale: #747474. Windows color (decimal): -13461148 or 6592818. OLE color: 6592818.

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

Color convert

RGB50153100-
CMYK0.6700.350.4
HSL149.13º50.74%39.8%-
HSV(B)149.13º67.32%60%-
XYZ15.0124.3815.97-
YUV116.16118.8880.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 153 (60.16% from 255) = 50.50%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=16.50%
G=50.50%
B=33.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501531000.6700.350.4149.1350.7439.8
Hex3299644302328953328
Octal62231144103043502256350
Binary1100101001100111001001000011010001110100010010101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329964; }

 p { color: rgb(50,153,100); }

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

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

 a { background-color: rgb(50,153,100); }

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

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

 span { border-color: rgb(50,153,100); }

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