Html Css Color HEX #329649 Chateau Green

📋 copy color: '#329649'

red 50 ◦ green 150 ◦ blue 73

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

Shades of Chateau Green #329649

Tints of Chateau Green #329649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.95%

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 18.32%
G = 54.95%
B = 26.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#329649 (or 0x329649) is known color: Chateau Green. HEX triplet: 32, 96 and 49. RGB value is (50,150,73). Sum of RGB (Red+Green+Blue) = 50+150+73=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #329649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329649 is #CD69B6. Grayscale: #6F6F6F. Windows color (decimal): -13461943 or 4822578. OLE color: 4822578.

HSL color Cylindrical-coordinate representation of color #329649: hue angle of 133.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329649 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 150 73 -
CMYK 0.67 0 0.51 0.41
HSL 133.8º 0.5% 0.39% -
HSV(B) 133.8º 0.67% 0.59% -
XYZ 13.42 22.97 10.03 -
YUV 111.32 106.37 84.26 -
System Red Green Blue C M Y K H S L
Decimal 50 150 73 0.67 0 0.51 0.41 133.8 0.5 0.39
Hex 32 96 49 43 0 33 29 86 32 27
Octal 62 226 111 103 0 63 51 206 62 47
Binary 110010 10010110 1001001 1000011 0 110011 101001 10000110 110010 100111

Color Harmonies of #329649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329649

Black with #329649

Text Example


Text Example

White with #329649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329649; }

 p { color: rgb(50,150,73); }

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

background-color css

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

 a { background-color: rgb(50,150,73); }

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

border-color css

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

 span { border-color: rgb(50,150,73); }

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