Html Css Color HEX #329F50 Chateau Green

📋 copy color: '#329F50'

red 50 ◦ green 159 ◦ blue 80

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

Shades of Chateau Green #329F50

Tints of Chateau Green #329F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 55.02%

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 17.3%
G = 55.02%
B = 27.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#329F50 (or 0x329F50) is known color: Chateau Green. HEX triplet: 32, 9F and 50. RGB value is (50,159,80). Sum of RGB (Red+Green+Blue) = 50+159+80=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #329F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F50 is #CD60AF. Grayscale: #757575. Windows color (decimal): -13459632 or 5283634. OLE color: 5283634.

HSL color Cylindrical-coordinate representation of color #329F50: hue angle of 136.51º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F50 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 159 80 -
CMYK 0.69 0 0.50 0.38
HSL 136.51º 0.52% 0.41% -
HSV(B) 136.51º 0.69% 0.62% -
XYZ 15.16 26.05 11.82 -
YUV 117.4 106.89 79.92 -
System Red Green Blue C M Y K H S L
Decimal 50 159 80 0.69 0 0.50 0.38 136.51 0.52 0.41
Hex 32 9F 50 45 0 32 26 89 34 29
Octal 62 237 120 105 0 62 46 211 64 51
Binary 110010 10011111 1010000 1000101 0 110010 100110 10001001 110100 101001

Color Harmonies of #329F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F50

Black with #329F50

Text Example


Text Example

White with #329F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,159,80); }

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

background-color css

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

 a { background-color: rgb(50,159,80); }

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

border-color css

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

 span { border-color: rgb(50,159,80); }

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