#329763

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

Shades of Eucalyptus #329763

Tints of Eucalyptus #329763

Color information

#329763 (or 0x329763) is unknown color: approx Eucalyptus. HEX triplet: 32, 97 and 63. RGB value is (50,151,99). Sum of RGB (Red+Green+Blue) = 50+151+99=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #329763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329763 is #CD689C. Grayscale: #727272. Windows color (decimal): -13461661 or 6526770. OLE color: 6526770.

HSL color Cylindrical-coordinate representation of color #329763: hue angle of 149.11º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329763 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB5015199-
CMYK0.6700.340.41
HSL149.11º50.25%39.41%-
HSV(B)149.11º66.89%59.22%-
XYZ14.6323.7115.61-
YUV114.87119.0481.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 151 (59.38% from 255) = 50.33%
BLUE value IS 99 (39.06% from 255) = 33%
R=16.67%
G=50.33%
B=33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50151990.6700.340.41149.1150.2539.41
Hex3297634302229953227
Octal62227143103042512256247
Binary1100101001011111000111000011010001010100110010101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329763; }

 p { color: rgb(50,151,99); }

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

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

 a { background-color: rgb(50,151,99); }

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

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

 span { border-color: rgb(50,151,99); }

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