Html Css Color HEX #329344 Chateau Green

📋 copy color: '#329344'

red 50 ◦ green 147 ◦ blue 68

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

Shades of Chateau Green #329344

Tints of Chateau Green #329344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 18.87%
G = 55.47%
B = 25.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#329344 (or 0x329344) is known color: Chateau Green. HEX triplet: 32, 93 and 44. RGB value is (50,147,68). Sum of RGB (Red+Green+Blue) = 50+147+68=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #329344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329344 is #CD6CBB. Grayscale: #6D6D6D. Windows color (decimal): -13462716 or 4494130. OLE color: 4494130.

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

Color convert

RGB 50 147 68 -
CMYK 0.66 0 0.54 0.42
HSL 131.13º 0.49% 0.39% -
HSV(B) 131.13º 0.66% 0.58% -
XYZ 12.79 21.96 9.03 -
YUV 108.99 104.86 85.92 -
System Red Green Blue C M Y K H S L
Decimal 50 147 68 0.66 0 0.54 0.42 131.13 0.49 0.39
Hex 32 93 44 42 0 36 2A 83 31 27
Octal 62 223 104 102 0 66 52 203 61 47
Binary 110010 10010011 1000100 1000010 0 110110 101010 10000011 110001 100111

Color Harmonies of #329344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329344

Black with #329344

Text Example


Text Example

White with #329344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329344; }

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

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

background-color css

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

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

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

border-color css

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

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

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