#329E5E

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

Shades of Eucalyptus #329E5E

Tints of Eucalyptus #329E5E

Color information

#329E5E (or 0x329E5E) is unknown color: approx Eucalyptus. HEX triplet: 32, 9E and 5E. RGB value is (50,158,94). Sum of RGB (Red+Green+Blue) = 50+158+94=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #329E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329E5E is #CD61A1. Grayscale: #767676. Windows color (decimal): -13459874 or 6200882. OLE color: 6200882.

HSL color Cylindrical-coordinate representation of color #329E5E: hue angle of 144.44º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329E5E is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB5015894-
CMYK0.6800.410.38
HSL144.44º51.92%40.78%-
HSV(B)144.44º68.35%61.96%-
XYZ15.5625.9414.78-
YUV118.41114.2279.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 158 (62.11% from 255) = 52.32%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=16.56%
G=52.32%
B=31.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50158940.6800.410.38144.4451.9240.78
Hex329E5E4402926903429
Octal62236136104051462206451
Binary1100101001111010111101000100010100110011010010000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329E5E; }

 p { color: rgb(50,158,94); }

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

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

 a { background-color: rgb(50,158,94); }

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

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

 span { border-color: rgb(50,158,94); }

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