Html Css Color HEX #329548 Chateau Green

📋 copy color: '#329548'

red 50 ◦ green 149 ◦ blue 72

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

Shades of Chateau Green #329548

Tints of Chateau Green #329548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.98%

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 18.45%
G = 54.98%
B = 26.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#329548 (or 0x329548) is known color: Chateau Green. HEX triplet: 32, 95 and 48. RGB value is (50,149,72). Sum of RGB (Red+Green+Blue) = 50+149+72=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #329548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329548 is #CD6AB7. Grayscale: #6E6E6E. Windows color (decimal): -13462200 or 4756786. OLE color: 4756786.

HSL color Cylindrical-coordinate representation of color #329548: hue angle of 133.33º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329548 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 149 72 -
CMYK 0.66 0 0.52 0.42
HSL 133.33º 0.5% 0.39% -
HSV(B) 133.33º 0.66% 0.58% -
XYZ 13.23 22.64 9.8 -
YUV 110.62 106.2 84.76 -
System Red Green Blue C M Y K H S L
Decimal 50 149 72 0.66 0 0.52 0.42 133.33 0.5 0.39
Hex 32 95 48 42 0 34 2A 85 32 27
Octal 62 225 110 102 0 64 52 205 62 47
Binary 110010 10010101 1001000 1000010 0 110100 101010 10000101 110010 100111

Color Harmonies of #329548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329548

Black with #329548

Text Example


Text Example

White with #329548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329548; }

 p { color: rgb(50,149,72); }

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

background-color css

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

 a { background-color: rgb(50,149,72); }

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

border-color css

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

 span { border-color: rgb(50,149,72); }

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