#328E67

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

Shades of Eucalyptus #328E67

Tints of Eucalyptus #328E67

Color information

#328E67 (or 0x328E67) is unknown color: approx Eucalyptus. HEX triplet: 32, 8E and 67. RGB value is (50,142,103). Sum of RGB (Red+Green+Blue) = 50+142+103=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #328E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E67 is #CD7198. Grayscale: #6E6E6E. Windows color (decimal): -13463961 or 6786610. OLE color: 6786610.

HSL color Cylindrical-coordinate representation of color #328E67: hue angle of 154.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E67 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB50142103-
CMYK0.6500.270.44
HSL154.57º47.92%37.65%-
HSV(B)154.57º64.79%55.69%-
XYZ13.442116.18-
YUV110.05124.0285.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=16.95%
G=48.14%
B=34.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501421030.6500.270.44154.5747.9237.65
Hex328E674101B2C9b3026
Octal62216147101033542336046
Binary110010100011101100111100000101101110110010011011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328E67; }

 p { color: rgb(50,142,103); }

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

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

 a { background-color: rgb(50,142,103); }

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

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

 span { border-color: rgb(50,142,103); }

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