Html Css Color HEX #329D4E Chateau Green

📋 copy color: '#329D4E'

red 50 ◦ green 157 ◦ blue 78

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

Shades of Chateau Green #329D4E

Tints of Chateau Green #329D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 17.54%
G = 55.09%
B = 27.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#329D4E (or 0x329D4E) is known color: Chateau Green. HEX triplet: 32, 9D and 4E. RGB value is (50,157,78). Sum of RGB (Red+Green+Blue) = 50+157+78=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 157 (61.72% from 255 or 55.09% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 157 - color contains mainly: green. Hex color #329D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329D4E is #CD62B1. Grayscale: #747474. Windows color (decimal): -13460146 or 5152050. OLE color: 5152050.

HSL color Cylindrical-coordinate representation of color #329D4E: hue angle of 135.7º 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 #329D4E is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 157 78 -
CMYK 0.68 0 0.50 0.38
HSL 135.7º 0.52% 0.41% -
HSV(B) 135.7º 0.68% 0.62% -
XYZ 14.75 25.34 11.32 -
YUV 116 106.55 80.92 -
System Red Green Blue C M Y K H S L
Decimal 50 157 78 0.68 0 0.50 0.38 135.7 0.52 0.41
Hex 32 9D 4E 44 0 32 26 88 34 29
Octal 62 235 116 104 0 62 46 210 64 51
Binary 110010 10011101 1001110 1000100 0 110010 100110 10001000 110100 101001

Color Harmonies of #329D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D4E

Black with #329D4E

Text Example


Text Example

White with #329D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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