Html Css Color HEX #329441 Chateau Green

📋 copy color: '#329441'

red 50 ◦ green 148 ◦ blue 65

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

Shades of Chateau Green #329441

Tints of Chateau Green #329441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.27%

 BLUE value IS 65 (25.78% from 255) = 24.71%

R = 19.01%
G = 56.27%
B = 24.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#329441 (or 0x329441) is known color: Chateau Green. HEX triplet: 32, 94 and 41. RGB value is (50,148,65). Sum of RGB (Red+Green+Blue) = 50+148+65=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #329441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329441 is #CD6BBE. Grayscale: #6D6D6D. Windows color (decimal): -13462463 or 4297778. OLE color: 4297778.

HSL color Cylindrical-coordinate representation of color #329441: hue angle of 129.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329441 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 148 65 -
CMYK 0.66 0 0.56 0.42
HSL 129.18º 0.49% 0.39% -
HSV(B) 129.18º 0.66% 0.58% -
XYZ 12.86 22.24 8.62 -
YUV 109.24 103.03 85.75 -
System Red Green Blue C M Y K H S L
Decimal 50 148 65 0.66 0 0.56 0.42 129.18 0.49 0.39
Hex 32 94 41 42 0 38 2A 81 31 27
Octal 62 224 101 102 0 70 52 201 61 47
Binary 110010 10010100 1000001 1000010 0 111000 101010 10000001 110001 100111

Color Harmonies of #329441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329441

Black with #329441

Text Example


Text Example

White with #329441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329441; }

 p { color: rgb(50,148,65); }

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

background-color css

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

 a { background-color: rgb(50,148,65); }

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

border-color css

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

 span { border-color: rgb(50,148,65); }

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