Html Css Color HEX #329240 Chateau Green

📋 copy color: '#329240'

red 50 ◦ green 146 ◦ blue 64

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

Shades of Chateau Green #329240

Tints of Chateau Green #329240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 19.23%
G = 56.15%
B = 24.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#329240 (or 0x329240) is known color: Chateau Green. HEX triplet: 32, 92 and 40. RGB value is (50,146,64). Sum of RGB (Red+Green+Blue) = 50+146+64=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #329240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329240 is #CD6DBF. Grayscale: #6C6C6C. Windows color (decimal): -13462976 or 4231730. OLE color: 4231730.

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

Color convert

RGB 50 146 64 -
CMYK 0.66 0 0.56 0.43
HSL 128.75º 0.49% 0.38% -
HSV(B) 128.75º 0.66% 0.57% -
XYZ 12.52 21.61 8.36 -
YUV 107.95 103.2 86.67 -
System Red Green Blue C M Y K H S L
Decimal 50 146 64 0.66 0 0.56 0.43 128.75 0.49 0.38
Hex 32 92 40 42 0 38 2B 81 31 26
Octal 62 222 100 102 0 70 53 201 61 46
Binary 110010 10010010 1000000 1000010 0 111000 101011 10000001 110001 100110

Color Harmonies of #329240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329240

Black with #329240

Text Example


Text Example

White with #329240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329240; }

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

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

background-color css

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

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

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

border-color css

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

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

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