Html Css Color HEX #329546 Chateau Green

📋 copy color: '#329546'

red 50 ◦ green 149 ◦ blue 70

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

Shades of Chateau Green #329546

Tints of Chateau Green #329546

RGB

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

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

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

R = 18.59%
G = 55.39%
B = 26.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#329546 (or 0x329546) is known color: Chateau Green. HEX triplet: 32, 95 and 46. RGB value is (50,149,70). Sum of RGB (Red+Green+Blue) = 50+149+70=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #329546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329546 is #CD6AB9. Grayscale: #6E6E6E. Windows color (decimal): -13462202 or 4625714. OLE color: 4625714.

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

Color convert

RGB 50 149 70 -
CMYK 0.66 0 0.53 0.42
HSL 132.12º 0.5% 0.39% -
HSV(B) 132.12º 0.66% 0.58% -
XYZ 13.17 22.62 9.47 -
YUV 110.39 105.2 84.92 -
System Red Green Blue C M Y K H S L
Decimal 50 149 70 0.66 0 0.53 0.42 132.12 0.5 0.39
Hex 32 95 46 42 0 35 2A 84 32 27
Octal 62 225 106 102 0 65 52 204 62 47
Binary 110010 10010101 1000110 1000010 0 110101 101010 10000100 110010 100111

Color Harmonies of #329546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329546

Black with #329546

Text Example


Text Example

White with #329546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329546; }

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

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

background-color css

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

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

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

border-color css

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

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

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