Html Css Color HEX #329C45 Chateau Green

📋 copy color: '#329C45'

red 50 ◦ green 156 ◦ blue 69

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

Shades of Chateau Green #329C45

Tints of Chateau Green #329C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.09%

R = 18.18%
G = 56.73%
B = 25.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#329C45 (or 0x329C45) is known color: Chateau Green. HEX triplet: 32, 9C and 45. RGB value is (50,156,69). Sum of RGB (Red+Green+Blue) = 50+156+69=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #329C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329C45 is #CD63BA. Grayscale: #727272. Windows color (decimal): -13460411 or 4561970. OLE color: 4561970.

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

Color convert

RGB 50 156 69 -
CMYK 0.68 0 0.56 0.39
HSL 130.75º 0.51% 0.4% -
HSV(B) 130.75º 0.68% 0.61% -
XYZ 14.28 24.88 9.68 -
YUV 114.39 102.38 82.07 -
System Red Green Blue C M Y K H S L
Decimal 50 156 69 0.68 0 0.56 0.39 130.75 0.51 0.4
Hex 32 9C 45 44 0 38 27 83 33 28
Octal 62 234 105 104 0 70 47 203 63 50
Binary 110010 10011100 1000101 1000100 0 111000 100111 10000011 110011 101000

Color Harmonies of #329C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329C45

Black with #329C45

Text Example


Text Example

White with #329C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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