Html Css Color HEX #329A40 Chateau Green

📋 copy color: '#329A40'

red 50 ◦ green 154 ◦ blue 64

#329A40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #329A40

Tints of Chateau Green #329A40

RGB

 RED value IS 50 (19.92% from 255) = 18.66%

 GREEN value IS 154 (60.55% from 255) = 57.46%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 18.66%
G = 57.46%
B = 23.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#329A40 (or 0x329A40) is known color: Chateau Green. HEX triplet: 32, 9A and 40. RGB value is (50,154,64). Sum of RGB (Red+Green+Blue) = 50+154+64=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 154 (60.55% from 255 or 57.46% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 154 - color contains mainly: green. Hex color #329A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329A40 is #CD65BF. Grayscale: #707070. Windows color (decimal): -13460928 or 4233778. OLE color: 4233778.

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

Color convert

RGB 50 154 64 -
CMYK 0.68 0 0.58 0.40
HSL 128.08º 0.51% 0.4% -
HSV(B) 128.08º 0.68% 0.6% -
XYZ 13.8 24.16 8.79 -
YUV 112.64 100.54 83.32 -
System Red Green Blue C M Y K H S L
Decimal 50 154 64 0.68 0 0.58 0.40 128.08 0.51 0.4
Hex 32 9A 40 44 0 3A 28 80 33 28
Octal 62 232 100 104 0 72 50 200 63 50
Binary 110010 10011010 1000000 1000100 0 111010 101000 10000000 110011 101000

Color Harmonies of #329A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329A40

Black with #329A40

Text Example


Text Example

White with #329A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #329A40;
 }
 .AnyTagClassName
 {
   color: #329A40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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