Html Css Color HEX #329B50 Chateau Green

📋 copy color: '#329B50'

red 50 ◦ green 155 ◦ blue 80

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

Shades of Chateau Green #329B50

Tints of Chateau Green #329B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 54.39%

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

R = 17.54%
G = 54.39%
B = 28.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#329B50 (or 0x329B50) is known color: Chateau Green. HEX triplet: 32, 9B and 50. RGB value is (50,155,80). Sum of RGB (Red+Green+Blue) = 50+155+80=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #329B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B50 is #CD64AF. Grayscale: #737373. Windows color (decimal): -13460656 or 5282610. OLE color: 5282610.

HSL color Cylindrical-coordinate representation of color #329B50: hue angle of 137.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B50 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 80 -
CMYK 0.68 0 0.48 0.39
HSL 137.14º 0.51% 0.4% -
HSV(B) 137.14º 0.68% 0.61% -
XYZ 14.48 24.7 11.59 -
YUV 115.06 108.21 81.6 -
System Red Green Blue C M Y K H S L
Decimal 50 155 80 0.68 0 0.48 0.39 137.14 0.51 0.4
Hex 32 9B 50 44 0 30 27 89 33 28
Octal 62 233 120 104 0 60 47 211 63 50
Binary 110010 10011011 1010000 1000100 0 110000 100111 10001001 110011 101000

Color Harmonies of #329B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B50

Black with #329B50

Text Example


Text Example

White with #329B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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