Html Css Color HEX #329242 Chateau Green

📋 copy color: '#329242'

red 50 ◦ green 146 ◦ blue 66

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

Shades of Chateau Green #329242

Tints of Chateau Green #329242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.73%

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 19.08%
G = 55.73%
B = 25.19%

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

#329242 (or 0x329242) is known color: Chateau Green. HEX triplet: 32, 92 and 42. RGB value is (50,146,66). Sum of RGB (Red+Green+Blue) = 50+146+66=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #329242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329242 is #CD6DBD. Grayscale: #6C6C6C. Windows color (decimal): -13462974 or 4362802. OLE color: 4362802.

HSL color Cylindrical-coordinate representation of color #329242: hue angle of 130º 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 #329242 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 66 -
CMYK 0.66 0 0.55 0.43
HSL 130º 0.49% 0.38% -
HSV(B) 130º 0.66% 0.57% -
XYZ 12.58 21.63 8.67 -
YUV 108.18 104.2 86.5 -
System Red Green Blue C M Y K H S L
Decimal 50 146 66 0.66 0 0.55 0.43 130 0.49 0.38
Hex 32 92 42 42 0 37 2B 82 31 26
Octal 62 222 102 102 0 67 53 202 61 46
Binary 110010 10010010 1000010 1000010 0 110111 101011 10000010 110001 100110

Color Harmonies of #329242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329242

Black with #329242

Text Example


Text Example

White with #329242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329242; }

 p { color: rgb(50,146,66); }

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

background-color css

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

 a { background-color: rgb(50,146,66); }

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

border-color css

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

 span { border-color: rgb(50,146,66); }

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