Html Css Color HEX #329C42 Chateau Green

📋 copy color: '#329C42'

red 50 ◦ green 156 ◦ blue 66

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

Shades of Chateau Green #329C42

Tints of Chateau Green #329C42

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.35%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 18.38%
G = 57.35%
B = 24.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#329C42 (or 0x329C42) is known color: Chateau Green. HEX triplet: 32, 9C and 42. RGB value is (50,156,66). Sum of RGB (Red+Green+Blue) = 50+156+66=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 156 (61.33% from 255 or 57.35% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 156 - color contains mainly: green. Hex color #329C42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329C42 is #CD63BD. Grayscale: #727272. Windows color (decimal): -13460414 or 4365362. OLE color: 4365362.

HSL color Cylindrical-coordinate representation of color #329C42: hue angle of 129.06º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329C42 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 156 66 -
CMYK 0.68 0 0.58 0.39
HSL 129.06º 0.51% 0.4% -
HSV(B) 129.06º 0.68% 0.61% -
XYZ 14.19 24.85 9.2 -
YUV 114.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 50 156 66 0.68 0 0.58 0.39 129.06 0.51 0.4
Hex 32 9C 42 44 0 3A 27 81 33 28
Octal 62 234 102 104 0 72 47 201 63 50
Binary 110010 10011100 1000010 1000100 0 111010 100111 10000001 110011 101000

Color Harmonies of #329C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329C42

Black with #329C42

Text Example


Text Example

White with #329C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329C42; }

 p { color: rgb(50,156,66); }

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

background-color css

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

 a { background-color: rgb(50,156,66); }

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

border-color css

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

 span { border-color: rgb(50,156,66); }

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