#329446

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

Shades of Chateau Green #329446

Tints of Chateau Green #329446

Color information

#329446 (or 0x329446) is unknown color: approx Chateau Green. HEX triplet: 32, 94 and 46. RGB value is (50,148,70). Sum of RGB (Red+Green+Blue) = 50+148+70=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #329446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329446 is #CD6BB9. Grayscale: #6E6E6E. Windows color (decimal): -13462458 or 4625458. OLE color: 4625458.

HSL color Cylindrical-coordinate representation of color #329446: hue angle of 132.24º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329446 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB5014870-
CMYK0.6600.530.42
HSL132.24º49.49%38.82%-
HSV(B)132.24º66.22%58.04%-
XYZ13.0122.39.41-
YUV109.81105.5385.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 148 (58.20% from 255) = 55.22%
BLUE value IS 70 (27.73% from 255) = 26.12%
R=18.66%
G=55.22%
B=26.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50148700.6600.530.42132.2449.4938.82
Hex329446420352A843127
Octal62224106102065522046147
Binary1100101001010010001101000010011010110101010000100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329446; }

 p { color: rgb(50,148,70); }

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

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

 a { background-color: rgb(50,148,70); }

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

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

 span { border-color: rgb(50,148,70); }

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