#329870

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

Shades of Eucalyptus #329870

Tints of Eucalyptus #329870

Color information

#329870 (or 0x329870) is unknown color: approx Eucalyptus. HEX triplet: 32, 98 and 70. RGB value is (50,152,112). Sum of RGB (Red+Green+Blue) = 50+152+112=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #329870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329870 is #CD678F. Grayscale: #757575. Windows color (decimal): -13461392 or 7378994. OLE color: 7378994.

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

Color convert

RGB50152112-
CMYK0.6700.260.40
HSL156.47º50.5%39.61%-
HSV(B)156.47º67.11%59.61%-
XYZ15.4724.319.21-
YUV116.94125.2180.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=15.92%
G=48.41%
B=35.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501521120.6700.260.40156.4750.539.61
Hex3298704301A289c3228
Octal62230160103032502346250
Binary110010100110001110000100001101101010100010011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329870; }

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

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

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

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

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

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

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

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