Html Css Color HEX #329346 Chateau Green

📋 copy color: '#329346'

red 50 ◦ green 147 ◦ blue 70

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

Shades of Chateau Green #329346

Tints of Chateau Green #329346

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.06%

 BLUE value IS 70 (27.73% from 255) = 26.22%

R = 18.73%
G = 55.06%
B = 26.22%

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

#329346 (or 0x329346) is known color: Chateau Green. HEX triplet: 32, 93 and 46. RGB value is (50,147,70). Sum of RGB (Red+Green+Blue) = 50+147+70=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #329346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329346 is #CD6CB9. Grayscale: #6D6D6D. Windows color (decimal): -13462714 or 4625202. OLE color: 4625202.

HSL color Cylindrical-coordinate representation of color #329346: hue angle of 132.37º degrees, saturation: 0.49, 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 #329346 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 147 70 -
CMYK 0.66 0 0.52 0.42
HSL 132.37º 0.49% 0.39% -
HSV(B) 132.37º 0.66% 0.58% -
XYZ 12.85 21.99 9.36 -
YUV 109.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 50 147 70 0.66 0 0.52 0.42 132.37 0.49 0.39
Hex 32 93 46 42 0 34 2A 84 31 27
Octal 62 223 106 102 0 64 52 204 61 47
Binary 110010 10010011 1000110 1000010 0 110100 101010 10000100 110001 100111

Color Harmonies of #329346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329346

Black with #329346

Text Example


Text Example

White with #329346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329346; }

 p { color: rgb(50,147,70); }

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

background-color css

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

 a { background-color: rgb(50,147,70); }

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

border-color css

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

 span { border-color: rgb(50,147,70); }

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