Html Css Color HEX #329846 Chateau Green

📋 copy color: '#329846'

red 50 ◦ green 152 ◦ blue 70

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

Shades of Chateau Green #329846

Tints of Chateau Green #329846

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.88%

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 18.38%
G = 55.88%
B = 25.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#329846 (or 0x329846) is known color: Chateau Green. HEX triplet: 32, 98 and 46. RGB value is (50,152,70). Sum of RGB (Red+Green+Blue) = 50+152+70=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #329846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329846 is #CD67B9. Grayscale: #707070. Windows color (decimal): -13461434 or 4626482. OLE color: 4626482.

HSL color Cylindrical-coordinate representation of color #329846: hue angle of 131.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329846 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 70 -
CMYK 0.67 0 0.54 0.40
HSL 131.76º 0.5% 0.4% -
HSV(B) 131.76º 0.67% 0.6% -
XYZ 13.65 23.58 9.63 -
YUV 112.15 104.21 83.67 -
System Red Green Blue C M Y K H S L
Decimal 50 152 70 0.67 0 0.54 0.40 131.76 0.5 0.4
Hex 32 98 46 43 0 36 28 84 32 28
Octal 62 230 106 103 0 66 50 204 62 50
Binary 110010 10011000 1000110 1000011 0 110110 101000 10000100 110010 101000

Color Harmonies of #329846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329846

Black with #329846

Text Example


Text Example

White with #329846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329846; }

 p { color: rgb(50,152,70); }

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

background-color css

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

 a { background-color: rgb(50,152,70); }

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

border-color css

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

 span { border-color: rgb(50,152,70); }

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