#329872

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

Shades of Eucalyptus #329872

Tints of Eucalyptus #329872

Color information

#329872 (or 0x329872) is unknown color: approx Eucalyptus. HEX triplet: 32, 98 and 72. RGB value is (50,152,114). Sum of RGB (Red+Green+Blue) = 50+152+114=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #329872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329872 is #CD678D. Grayscale: #757575. Windows color (decimal): -13461390 or 7510066. OLE color: 7510066.

HSL color Cylindrical-coordinate representation of color #329872: hue angle of 157.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 #329872 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB50152114-
CMYK0.6700.250.40
HSL157.65º50.5%39.61%-
HSV(B)157.65º67.11%59.61%-
XYZ15.5824.3519.8-
YUV117.17126.2180.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.82%
GREEN value IS 152 (59.77% from 255) = 48.10%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=15.82%
G=48.10%
B=36.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501521140.6700.250.40157.6550.539.61
Hex32987243019289e3228
Octal62230162103031502366250
Binary110010100110001110010100001101100110100010011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329872; }

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

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

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

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

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

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

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

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