#329770

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

Shades of Eucalyptus #329770

Tints of Eucalyptus #329770

Color information

#329770 (or 0x329770) is unknown color: approx Eucalyptus. HEX triplet: 32, 97 and 70. RGB value is (50,151,112). Sum of RGB (Red+Green+Blue) = 50+151+112=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #329770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329770 is #CD688F. Grayscale: #747474. Windows color (decimal): -13461648 or 7378738. OLE color: 7378738.

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

Color convert

RGB50151112-
CMYK0.6700.260.41
HSL156.83º50.25%39.41%-
HSV(B)156.83º66.89%59.22%-
XYZ15.3123.9819.15-
YUV116.36125.5480.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 151 (59.38% from 255) = 48.24%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=15.97%
G=48.24%
B=35.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501511120.6700.260.41156.8350.2539.41
Hex3297704301A299d3227
Octal62227160103032512356247
Binary110010100101111110000100001101101010100110011101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329770; }

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

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

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

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

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

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

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

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