#329C5D

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

Shades of Eucalyptus #329C5D

Tints of Eucalyptus #329C5D

Color information

#329C5D (or 0x329C5D) is unknown color: approx Eucalyptus. HEX triplet: 32, 9C and 5D. RGB value is (50,156,93). Sum of RGB (Red+Green+Blue) = 50+156+93=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #329C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C5D is #CD63A2. Grayscale: #757575. Windows color (decimal): -13460387 or 6134834. OLE color: 6134834.

HSL color Cylindrical-coordinate representation of color #329C5D: hue angle of 144.34º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329C5D is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB5015693-
CMYK0.6800.400.39
HSL144.34º51.46%40.39%-
HSV(B)144.34º67.95%61.18%-
XYZ15.1825.2514.43-
YUV117.12114.3880.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 156 (61.33% from 255) = 52.17%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=16.72%
G=52.17%
B=31.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50156930.6800.400.39144.3451.4640.39
Hex329C5D4402827903328
Octal62234135104050472206350
Binary1100101001110010111011000100010100010011110010000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,156,93); }

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

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

 a { background-color: rgb(50,156,93); }

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

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

 span { border-color: rgb(50,156,93); }

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