Html Css Color HEX #329540 Chateau Green

📋 copy color: '#329540'

red 50 ◦ green 149 ◦ blue 64

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

Shades of Chateau Green #329540

Tints of Chateau Green #329540

RGB

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

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

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

R = 19.01%
G = 56.65%
B = 24.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#329540 (or 0x329540) is known color: Chateau Green. HEX triplet: 32, 95 and 40. RGB value is (50,149,64). Sum of RGB (Red+Green+Blue) = 50+149+64=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #329540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329540 is #CD6ABF. Grayscale: #6D6D6D. Windows color (decimal): -13462208 or 4232498. OLE color: 4232498.

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

Color convert

RGB 50 149 64 -
CMYK 0.66 0 0.57 0.42
HSL 128.48º 0.5% 0.39% -
HSV(B) 128.48º 0.66% 0.58% -
XYZ 12.99 22.54 8.52 -
YUV 109.71 102.2 85.41 -
System Red Green Blue C M Y K H S L
Decimal 50 149 64 0.66 0 0.57 0.42 128.48 0.5 0.39
Hex 32 95 40 42 0 39 2A 80 32 27
Octal 62 225 100 102 0 71 52 200 62 47
Binary 110010 10010101 1000000 1000010 0 111001 101010 10000000 110010 100111

Color Harmonies of #329540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329540

Black with #329540

Text Example


Text Example

White with #329540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329540; }

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

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

background-color css

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

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

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

border-color css

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

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

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