Html Css Color HEX #329B53 Chateau Green

📋 copy color: '#329B53'

red 50 ◦ green 155 ◦ blue 83

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

Shades of Chateau Green #329B53

Tints of Chateau Green #329B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.82%

R = 17.36%
G = 53.82%
B = 28.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#329B53 (or 0x329B53) is known color: Chateau Green. HEX triplet: 32, 9B and 53. RGB value is (50,155,83). Sum of RGB (Red+Green+Blue) = 50+155+83=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #329B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B53 is #CD64AC. Grayscale: #737373. Windows color (decimal): -13460653 or 5479218. OLE color: 5479218.

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

Color convert

RGB 50 155 83 -
CMYK 0.68 0 0.46 0.39
HSL 138.86º 0.51% 0.4% -
HSV(B) 138.86º 0.68% 0.61% -
XYZ 14.6 24.75 12.19 -
YUV 115.4 109.71 81.35 -
System Red Green Blue C M Y K H S L
Decimal 50 155 83 0.68 0 0.46 0.39 138.86 0.51 0.4
Hex 32 9B 53 44 0 2E 27 8B 33 28
Octal 62 233 123 104 0 56 47 213 63 50
Binary 110010 10011011 1010011 1000100 0 101110 100111 10001011 110011 101000

Color Harmonies of #329B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B53

Black with #329B53

Text Example


Text Example

White with #329B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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