Html Css Color HEX #329C46 Chateau Green

📋 copy color: '#329C46'

red 50 ◦ green 156 ◦ blue 70

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

Shades of Chateau Green #329C46

Tints of Chateau Green #329C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.36%

R = 18.12%
G = 56.52%
B = 25.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#329C46 (or 0x329C46) is known color: Chateau Green. HEX triplet: 32, 9C and 46. RGB value is (50,156,70). Sum of RGB (Red+Green+Blue) = 50+156+70=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #329C46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329C46 is #CD63B9. Grayscale: #727272. Windows color (decimal): -13460410 or 4627506. OLE color: 4627506.

HSL color Cylindrical-coordinate representation of color #329C46: hue angle of 131.32º 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 #329C46 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 156 70 -
CMYK 0.68 0 0.55 0.39
HSL 131.32º 0.51% 0.4% -
HSV(B) 131.32º 0.68% 0.61% -
XYZ 14.31 24.9 9.85 -
YUV 114.5 102.88 81.99 -
System Red Green Blue C M Y K H S L
Decimal 50 156 70 0.68 0 0.55 0.39 131.32 0.51 0.4
Hex 32 9C 46 44 0 37 27 83 33 28
Octal 62 234 106 104 0 67 47 203 63 50
Binary 110010 10011100 1000110 1000100 0 110111 100111 10000011 110011 101000

Color Harmonies of #329C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329C46

Black with #329C46

Text Example


Text Example

White with #329C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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