#329962

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

Shades of Eucalyptus #329962

Tints of Eucalyptus #329962

Color information

#329962 (or 0x329962) is unknown color: approx Eucalyptus. HEX triplet: 32, 99 and 62. RGB value is (50,153,98). Sum of RGB (Red+Green+Blue) = 50+153+98=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #329962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329962 is #CD669D. Grayscale: #747474. Windows color (decimal): -13461150 or 6461746. OLE color: 6461746.

HSL color Cylindrical-coordinate representation of color #329962: hue angle of 147.96º 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 #329962 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB5015398-
CMYK0.6700.360.4
HSL147.96º50.74%39.8%-
HSV(B)147.96º67.32%60%-
XYZ14.9124.3415.47-
YUV115.93117.8880.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=16.61%
G=50.83%
B=32.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153980.6700.360.4147.9650.7439.8
Hex3299624302428943328
Octal62231142103044502246350
Binary1100101001100111000101000011010010010100010010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329962; }

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

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

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

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

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

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

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

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