Html Css Color HEX #329141 Chateau Green

📋 copy color: '#329141'

red 50 ◦ green 145 ◦ blue 65

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

Shades of Chateau Green #329141

Tints of Chateau Green #329141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.77%

 BLUE value IS 65 (25.78% from 255) = 25%

R = 19.23%
G = 55.77%
B = 25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#329141 (or 0x329141) is known color: Chateau Green. HEX triplet: 32, 91 and 41. RGB value is (50,145,65). Sum of RGB (Red+Green+Blue) = 50+145+65=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #329141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329141 is #CD6EBE. Grayscale: #6B6B6B. Windows color (decimal): -13463231 or 4297010. OLE color: 4297010.

HSL color Cylindrical-coordinate representation of color #329141: hue angle of 129.47º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329141 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 65 -
CMYK 0.66 0 0.55 0.43
HSL 129.47º 0.49% 0.38% -
HSV(B) 129.47º 0.66% 0.57% -
XYZ 12.39 21.31 8.46 -
YUV 107.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 50 145 65 0.66 0 0.55 0.43 129.47 0.49 0.38
Hex 32 91 41 42 0 37 2B 81 31 26
Octal 62 221 101 102 0 67 53 201 61 46
Binary 110010 10010001 1000001 1000010 0 110111 101011 10000001 110001 100110

Color Harmonies of #329141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329141

Black with #329141

Text Example


Text Example

White with #329141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329141; }

 p { color: rgb(50,145,65); }

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

background-color css

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

 a { background-color: rgb(50,145,65); }

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

border-color css

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

 span { border-color: rgb(50,145,65); }

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