#329A4E

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

Shades of Chateau Green #329A4E

Tints of Chateau Green #329A4E

Color information

#329A4E (or 0x329A4E) is unknown color: approx Chateau Green. HEX triplet: 32, 9A and 4E. RGB value is (50,154,78). Sum of RGB (Red+Green+Blue) = 50+154+78=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 154 (60.55% from 255 or 54.61% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 154 - color contains mainly: green. Hex color #329A4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A4E is #CD65B1. Grayscale: #727272. Windows color (decimal): -13460914 or 5151282. OLE color: 5151282.

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

Color convert

RGB5015478-
CMYK0.6800.490.40
HSL136.15º50.98%40%-
HSV(B)136.15º67.53%60.39%-
XYZ14.2524.3411.15-
YUV114.24107.5482.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 154 (60.55% from 255) = 54.61%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=17.73%
G=54.61%
B=27.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50154780.6800.490.40136.1550.9840
Hex329A4E4403128883328
Octal62232116104061502106350
Binary1100101001101010011101000100011000110100010001000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,154,78); }

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

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

 a { background-color: rgb(50,154,78); }

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

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

 span { border-color: rgb(50,154,78); }

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