Html Css Color HEX #329740 Chateau Green

📋 copy color: '#329740'

red 50 ◦ green 151 ◦ blue 64

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

Shades of Chateau Green #329740

Tints of Chateau Green #329740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.98%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 18.87%
G = 56.98%
B = 24.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#329740 (or 0x329740) is known color: Chateau Green. HEX triplet: 32, 97 and 40. RGB value is (50,151,64). Sum of RGB (Red+Green+Blue) = 50+151+64=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #329740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329740 is #CD68BF. Grayscale: #6F6F6F. Windows color (decimal): -13461696 or 4233010. OLE color: 4233010.

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

Color convert

RGB 50 151 64 -
CMYK 0.67 0 0.58 0.41
HSL 128.32º 0.5% 0.39% -
HSV(B) 128.32º 0.67% 0.59% -
XYZ 13.31 23.18 8.62 -
YUV 110.88 101.54 84.57 -
System Red Green Blue C M Y K H S L
Decimal 50 151 64 0.67 0 0.58 0.41 128.32 0.5 0.39
Hex 32 97 40 43 0 3A 29 80 32 27
Octal 62 227 100 103 0 72 51 200 62 47
Binary 110010 10010111 1000000 1000011 0 111010 101001 10000000 110010 100111

Color Harmonies of #329740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329740

Black with #329740

Text Example


Text Example

White with #329740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329740; }

 p { color: rgb(50,151,64); }

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

background-color css

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

 a { background-color: rgb(50,151,64); }

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

border-color css

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

 span { border-color: rgb(50,151,64); }

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