Html Css Color HEX #329B41 Chateau Green

📋 copy color: '#329B41'

red 50 ◦ green 155 ◦ blue 65

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

Shades of Chateau Green #329B41

Tints of Chateau Green #329B41

RGB

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

 GREEN value IS 155 (60.94% from 255) = 57.41%

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

R = 18.52%
G = 57.41%
B = 24.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#329B41 (or 0x329B41) is known color: Chateau Green. HEX triplet: 32, 9B and 41. RGB value is (50,155,65). Sum of RGB (Red+Green+Blue) = 50+155+65=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 155 (60.94% from 255 or 57.41% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 155 - color contains mainly: green. Hex color #329B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B41 is #CD64BE. Grayscale: #717171. Windows color (decimal): -13460671 or 4299570. OLE color: 4299570.

HSL color Cylindrical-coordinate representation of color #329B41: hue angle of 128.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B41 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 65 -
CMYK 0.68 0 0.58 0.39
HSL 128.57º 0.51% 0.4% -
HSV(B) 128.57º 0.68% 0.61% -
XYZ 13.99 24.5 8.99 -
YUV 113.35 100.71 82.82 -
System Red Green Blue C M Y K H S L
Decimal 50 155 65 0.68 0 0.58 0.39 128.57 0.51 0.4
Hex 32 9B 41 44 0 3A 27 81 33 28
Octal 62 233 101 104 0 72 47 201 63 50
Binary 110010 10011011 1000001 1000100 0 111010 100111 10000001 110011 101000

Color Harmonies of #329B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B41

Black with #329B41

Text Example


Text Example

White with #329B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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