Html Css Color HEX #329950 Chateau Green

📋 copy color: '#329950'

red 50 ◦ green 153 ◦ blue 80

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

Shades of Chateau Green #329950

Tints of Chateau Green #329950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.06%

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

R = 17.67%
G = 54.06%
B = 28.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#329950 (or 0x329950) is known color: Chateau Green. HEX triplet: 32, 99 and 50. RGB value is (50,153,80). Sum of RGB (Red+Green+Blue) = 50+153+80=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #329950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329950 is #CD66AF. Grayscale: #727272. Windows color (decimal): -13461168 or 5282098. OLE color: 5282098.

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

Color convert

RGB 50 153 80 -
CMYK 0.67 0 0.48 0.4
HSL 137.48º 0.51% 0.4% -
HSV(B) 137.48º 0.67% 0.6% -
XYZ 14.15 24.04 11.48 -
YUV 113.88 108.88 82.44 -
System Red Green Blue C M Y K H S L
Decimal 50 153 80 0.67 0 0.48 0.4 137.48 0.51 0.4
Hex 32 99 50 43 0 30 28 89 33 28
Octal 62 231 120 103 0 60 50 211 63 50
Binary 110010 10011001 1010000 1000011 0 110000 101000 10001001 110011 101000

Color Harmonies of #329950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329950

Black with #329950

Text Example


Text Example

White with #329950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329950; }

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

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

background-color css

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

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

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

border-color css

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

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

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