Html Css Color HEX #329640 Chateau Green

📋 copy color: '#329640'

red 50 ◦ green 150 ◦ blue 64

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

Shades of Chateau Green #329640

Tints of Chateau Green #329640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.82%

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

R = 18.94%
G = 56.82%
B = 24.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#329640 (or 0x329640) is known color: Chateau Green. HEX triplet: 32, 96 and 40. RGB value is (50,150,64). Sum of RGB (Red+Green+Blue) = 50+150+64=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #329640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329640 is #CD69BF. Grayscale: #6E6E6E. Windows color (decimal): -13461952 or 4232754. OLE color: 4232754.

HSL color Cylindrical-coordinate representation of color #329640: hue angle of 128.4º 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 #329640 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 150 64 -
CMYK 0.67 0 0.57 0.41
HSL 128.4º 0.5% 0.39% -
HSV(B) 128.4º 0.67% 0.59% -
XYZ 13.15 22.86 8.57 -
YUV 110.3 101.87 84.99 -
System Red Green Blue C M Y K H S L
Decimal 50 150 64 0.67 0 0.57 0.41 128.4 0.5 0.39
Hex 32 96 40 43 0 39 29 80 32 27
Octal 62 226 100 103 0 71 51 200 62 47
Binary 110010 10010110 1000000 1000011 0 111001 101001 10000000 110010 100111

Color Harmonies of #329640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329640

Black with #329640

Text Example


Text Example

White with #329640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329640; }

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

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

background-color css

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

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

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

border-color css

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

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

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