#329C4F

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

Shades of Chateau Green #329C4F

Tints of Chateau Green #329C4F

Color information

#329C4F (or 0x329C4F) is unknown color: approx Chateau Green. HEX triplet: 32, 9C and 4F. RGB value is (50,156,79). Sum of RGB (Red+Green+Blue) = 50+156+79=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #329C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C4F is #CD63B0. Grayscale: #737373. Windows color (decimal): -13460401 or 5217330. OLE color: 5217330.

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

Color convert

RGB5015679-
CMYK0.6800.490.39
HSL136.42º51.46%40.39%-
HSV(B)136.42º67.95%61.18%-
XYZ14.6225.0211.46-
YUV115.53107.3881.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=17.54%
G=54.74%
B=27.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50156790.6800.490.39136.4251.4640.39
Hex329C4F4403127883328
Octal62234117104061472106350
Binary1100101001110010011111000100011000110011110001000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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