Html Css Color HEX #329341 Chateau Green

📋 copy color: '#329341'

red 50 ◦ green 147 ◦ blue 65

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

Shades of Chateau Green #329341

Tints of Chateau Green #329341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 19.08%
G = 56.11%
B = 24.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#329341 (or 0x329341) is known color: Chateau Green. HEX triplet: 32, 93 and 41. RGB value is (50,147,65). Sum of RGB (Red+Green+Blue) = 50+147+65=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #329341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329341 is #CD6CBE. Grayscale: #6C6C6C. Windows color (decimal): -13462719 or 4297522. OLE color: 4297522.

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

Color convert

RGB 50 147 65 -
CMYK 0.66 0 0.56 0.42
HSL 129.28º 0.49% 0.39% -
HSV(B) 129.28º 0.66% 0.58% -
XYZ 12.7 21.93 8.56 -
YUV 108.65 103.36 86.17 -
System Red Green Blue C M Y K H S L
Decimal 50 147 65 0.66 0 0.56 0.42 129.28 0.49 0.39
Hex 32 93 41 42 0 38 2A 81 31 27
Octal 62 223 101 102 0 70 52 201 61 47
Binary 110010 10010011 1000001 1000010 0 111000 101010 10000001 110001 100111

Color Harmonies of #329341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329341

Black with #329341

Text Example


Text Example

White with #329341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329341; }

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

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

background-color css

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

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

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

border-color css

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

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

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