Html Css Color HEX #329A45 Chateau Green

📋 copy color: '#329A45'

red 50 ◦ green 154 ◦ blue 69

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

Shades of Chateau Green #329A45

Tints of Chateau Green #329A45

RGB

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

 GREEN value IS 154 (60.55% from 255) = 56.41%

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

R = 18.32%
G = 56.41%
B = 25.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#329A45 (or 0x329A45) is known color: Chateau Green. HEX triplet: 32, 9A and 45. RGB value is (50,154,69). Sum of RGB (Red+Green+Blue) = 50+154+69=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 154 (60.55% from 255 or 56.41% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 154 - color contains mainly: green. Hex color #329A45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329A45 is #CD65BA. Grayscale: #717171. Windows color (decimal): -13460923 or 4561458. OLE color: 4561458.

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

Color convert

RGB 50 154 69 -
CMYK 0.68 0 0.55 0.40
HSL 130.96º 0.51% 0.4% -
HSV(B) 130.96º 0.68% 0.6% -
XYZ 13.95 24.22 9.57 -
YUV 113.21 103.04 82.91 -
System Red Green Blue C M Y K H S L
Decimal 50 154 69 0.68 0 0.55 0.40 130.96 0.51 0.4
Hex 32 9A 45 44 0 37 28 83 33 28
Octal 62 232 105 104 0 67 50 203 63 50
Binary 110010 10011010 1000101 1000100 0 110111 101000 10000011 110011 101000

Color Harmonies of #329A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329A45

Black with #329A45

Text Example


Text Example

White with #329A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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