#329F44

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

Shades of Chateau Green #329F44

Tints of Chateau Green #329F44

Color information

#329F44 (or 0x329F44) is unknown color: approx Chateau Green. HEX triplet: 32, 9F and 44. RGB value is (50,159,68). Sum of RGB (Red+Green+Blue) = 50+159+68=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #329F44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F44 is #CD60BB. Grayscale: #747474. Windows color (decimal): -13459644 or 4497202. OLE color: 4497202.

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

Color convert

RGB5015968-
CMYK0.6900.570.38
HSL129.91º52.15%40.98%-
HSV(B)129.91º68.55%62.35%-
XYZ14.7625.899.69-
YUV116.04100.8980.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 159 (62.5% from 255) = 57.40%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=18.05%
G=57.40%
B=24.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50159680.6900.570.38129.9152.1540.98
Hex329F444503926823429
Octal62237104105071462026451
Binary1100101001111110001001000101011100110011010000010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,159,68); }

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

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

 a { background-color: rgb(50,159,68); }

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

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

 span { border-color: rgb(50,159,68); }

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