Html Css Color HEX #329B4C Chateau Green

📋 copy color: '#329B4C'

red 50 ◦ green 155 ◦ blue 76

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

Shades of Chateau Green #329B4C

Tints of Chateau Green #329B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.05%

R = 17.79%
G = 55.16%
B = 27.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#329B4C (or 0x329B4C) is known color: Chateau Green. HEX triplet: 32, 9B and 4C. RGB value is (50,155,76). Sum of RGB (Red+Green+Blue) = 50+155+76=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #329B4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B4C is #CD64B3. Grayscale: #727272. Windows color (decimal): -13460660 or 5020466. OLE color: 5020466.

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

Color convert

RGB 50 155 76 -
CMYK 0.68 0 0.51 0.39
HSL 134.86º 0.51% 0.4% -
HSV(B) 134.86º 0.68% 0.61% -
XYZ 14.34 24.64 10.84 -
YUV 114.6 106.21 81.92 -
System Red Green Blue C M Y K H S L
Decimal 50 155 76 0.68 0 0.51 0.39 134.86 0.51 0.4
Hex 32 9B 4C 44 0 33 27 87 33 28
Octal 62 233 114 104 0 63 47 207 63 50
Binary 110010 10011011 1001100 1000100 0 110011 100111 10000111 110011 101000

Color Harmonies of #329B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B4C

Black with #329B4C

Text Example


Text Example

White with #329B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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