#329861

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

Shades of Eucalyptus #329861

Tints of Eucalyptus #329861

Color information

#329861 (or 0x329861) is unknown color: approx Eucalyptus. HEX triplet: 32, 98 and 61. RGB value is (50,152,97). Sum of RGB (Red+Green+Blue) = 50+152+97=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #329861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329861 is #CD679E. Grayscale: #737373. Windows color (decimal): -13461407 or 6395954. OLE color: 6395954.

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

Color convert

RGB5015297-
CMYK0.6700.360.40
HSL147.65º50.5%39.61%-
HSV(B)147.65º67.11%59.61%-
XYZ14.72415.17-
YUV115.23117.7181.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 152 (59.77% from 255) = 50.84%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=16.72%
G=50.84%
B=32.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50152970.6700.360.40147.6550.539.61
Hex3298614302428943228
Octal62230141103044502246250
Binary1100101001100011000011000011010010010100010010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329861; }

 p { color: rgb(50,152,97); }

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

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

 a { background-color: rgb(50,152,97); }

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

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

 span { border-color: rgb(50,152,97); }

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