Html Css Color HEX #32AC50 Chateau Green

📋 copy color: '#32AC50'

red 50 ◦ green 172 ◦ blue 80

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

Shades of Chateau Green #32AC50

Tints of Chateau Green #32AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.95%

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 16.56%
G = 56.95%
B = 26.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#32AC50 (or 0x32AC50) is known color: Chateau Green. HEX triplet: 32, AC and 50. RGB value is (50,172,80). Sum of RGB (Red+Green+Blue) = 50+172+80=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AC50 is #CD53AF. Grayscale: #7D7D7D. Windows color (decimal): -13456304 or 5286962. OLE color: 5286962.

HSL color Cylindrical-coordinate representation of color #32AC50: hue angle of 134.75º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC50 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 172 80 -
CMYK 0.71 0 0.53 0.33
HSL 134.75º 0.55% 0.44% -
HSV(B) 134.75º 0.71% 0.67% -
XYZ 17.52 30.76 12.6 -
YUV 125.03 102.58 74.48 -
System Red Green Blue C M Y K H S L
Decimal 50 172 80 0.71 0 0.53 0.33 134.75 0.55 0.44
Hex 32 AC 50 47 0 35 21 87 37 2C
Octal 62 254 120 107 0 65 41 207 67 54
Binary 110010 10101100 1010000 1000111 0 110101 100001 10000111 110111 101100

Color Harmonies of #32AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AC50

Black with #32AC50

Text Example


Text Example

White with #32AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AC50; }

 p { color: rgb(50,172,80); }

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

background-color css

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

 a { background-color: rgb(50,172,80); }

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

border-color css

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

 span { border-color: rgb(50,172,80); }

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