Html Css Color HEX #329F42 Chateau Green

📋 copy color: '#329F42'

red 50 ◦ green 159 ◦ blue 66

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

Shades of Chateau Green #329F42

Tints of Chateau Green #329F42

RGB

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

 GREEN value IS 159 (62.5% from 255) = 57.82%

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

R = 18.18%
G = 57.82%
B = 24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#329F42 (or 0x329F42) is known color: Chateau Green. HEX triplet: 32, 9F and 42. RGB value is (50,159,66). Sum of RGB (Red+Green+Blue) = 50+159+66=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #329F42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F42 is #CD60BD. Grayscale: #747474. Windows color (decimal): -13459646 or 4366130. OLE color: 4366130.

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

Color convert

RGB 50 159 66 -
CMYK 0.69 0 0.58 0.38
HSL 128.81º 0.52% 0.41% -
HSV(B) 128.81º 0.69% 0.62% -
XYZ 14.7 25.87 9.37 -
YUV 115.81 99.89 81.06 -
System Red Green Blue C M Y K H S L
Decimal 50 159 66 0.69 0 0.58 0.38 128.81 0.52 0.41
Hex 32 9F 42 45 0 3A 26 81 34 29
Octal 62 237 102 105 0 72 46 201 64 51
Binary 110010 10011111 1000010 1000101 0 111010 100110 10000001 110100 101001

Color Harmonies of #329F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F42

Black with #329F42

Text Example


Text Example

White with #329F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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