Html Css Color HEX #329D45 Chateau Green

📋 copy color: '#329D45'

red 50 ◦ green 157 ◦ blue 69

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

Shades of Chateau Green #329D45

Tints of Chateau Green #329D45

RGB

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

 GREEN value IS 157 (61.72% from 255) = 56.88%

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

R = 18.12%
G = 56.88%
B = 25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#329D45 (or 0x329D45) is known color: Chateau Green. HEX triplet: 32, 9D and 45. RGB value is (50,157,69). Sum of RGB (Red+Green+Blue) = 50+157+69=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #329D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D45 is #CD62BA. Grayscale: #737373. Windows color (decimal): -13460155 or 4562226. OLE color: 4562226.

HSL color Cylindrical-coordinate representation of color #329D45: hue angle of 130.65º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D45 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 157 69 -
CMYK 0.68 0 0.56 0.38
HSL 130.65º 0.52% 0.41% -
HSV(B) 130.65º 0.68% 0.62% -
XYZ 14.45 25.22 9.74 -
YUV 114.98 102.05 81.66 -
System Red Green Blue C M Y K H S L
Decimal 50 157 69 0.68 0 0.56 0.38 130.65 0.52 0.41
Hex 32 9D 45 44 0 38 26 83 34 29
Octal 62 235 105 104 0 70 46 203 64 51
Binary 110010 10011101 1000101 1000100 0 111000 100110 10000011 110100 101001

Color Harmonies of #329D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D45

Black with #329D45

Text Example


Text Example

White with #329D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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