#329240

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

Shades of Chateau Green #329240

Tints of Chateau Green #329240

Color information

#329240 (or 0x329240) is unknown color: approx Chateau Green. HEX triplet: 32, 92 and 40. RGB value is (50,146,64). Sum of RGB (Red+Green+Blue) = 50+146+64=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #329240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329240 is #CD6DBF. Grayscale: #6C6C6C. Windows color (decimal): -13462976 or 4231730. OLE color: 4231730.

HSL color Cylindrical-coordinate representation of color #329240: hue angle of 128.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329240 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB5014664-
CMYK0.6600.560.43
HSL128.75º48.98%38.43%-
HSV(B)128.75º65.75%57.25%-
XYZ12.5221.618.36-
YUV107.95103.286.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 146 (57.42% from 255) = 56.15%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=19.23%
G=56.15%
B=24.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50146640.6600.560.43128.7548.9838.43
Hex329240420382B813126
Octal62222100102070532016146
Binary1100101001001010000001000010011100010101110000001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329240; }

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

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

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

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

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

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

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

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