#328E5F

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

Shades of Eucalyptus #328E5F

Tints of Eucalyptus #328E5F

Color information

#328E5F (or 0x328E5F) is unknown color: approx Eucalyptus. HEX triplet: 32, 8E and 5F. RGB value is (50,142,95). Sum of RGB (Red+Green+Blue) = 50+142+95=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #328E5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E5F is #CD71A0. Grayscale: #6D6D6D. Windows color (decimal): -13463969 or 6262322. OLE color: 6262322.

HSL color Cylindrical-coordinate representation of color #328E5F: hue angle of 149.35º 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 #328E5F is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB5014295-
CMYK0.6500.330.44
HSL149.35º47.92%37.65%-
HSV(B)149.35º64.79%55.69%-
XYZ13.0520.8514.16-
YUV109.13120.0285.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 142 (55.86% from 255) = 49.48%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=17.42%
G=49.48%
B=33.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50142950.6500.330.44149.3547.9237.65
Hex328E5F410212C953026
Octal62216137101041542256046
Binary1100101000111010111111000001010000110110010010101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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