#329E40

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

Shades of Chateau Green #329E40

Tints of Chateau Green #329E40

Color information

#329E40 (or 0x329E40) is unknown color: approx Chateau Green. HEX triplet: 32, 9E and 40. RGB value is (50,158,64). Sum of RGB (Red+Green+Blue) = 50+158+64=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 158 (62.11% from 255 or 58.09% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 158 - color contains mainly: green. Hex color #329E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329E40 is #CD61BF. Grayscale: #737373. Windows color (decimal): -13459904 or 4234802. OLE color: 4234802.

HSL color Cylindrical-coordinate representation of color #329E40: hue angle of 127.78º 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 #329E40 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB5015864-
CMYK0.6800.590.38
HSL127.78º51.92%40.78%-
HSV(B)127.78º68.35%61.96%-
XYZ14.4725.59.01-
YUV114.9999.2281.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 158 (62.11% from 255) = 58.09%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=18.38%
G=58.09%
B=23.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50158640.6800.590.38127.7851.9240.78
Hex329E404403B26803429
Octal62236100104073462006451
Binary1100101001111010000001000100011101110011010000000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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