Html Css Color HEX #32AF50 Chateau Green

📋 copy color: '#32AF50'

red 50 ◦ green 175 ◦ blue 80

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

Shades of Chateau Green #32AF50

Tints of Chateau Green #32AF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.38%

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

R = 16.39%
G = 57.38%
B = 26.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#32AF50 (or 0x32AF50) is known color: Chateau Green. HEX triplet: 32, AF and 50. RGB value is (50,175,80). Sum of RGB (Red+Green+Blue) = 50+175+80=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF50 is #CD50AF. Grayscale: #7F7F7F. Windows color (decimal): -13455536 or 5287730. OLE color: 5287730.

HSL color Cylindrical-coordinate representation of color #32AF50: hue angle of 134.4º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF50 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 175 80 -
CMYK 0.71 0 0.54 0.31
HSL 134.4º 0.56% 0.44% -
HSV(B) 134.4º 0.71% 0.69% -
XYZ 18.09 31.92 12.8 -
YUV 126.8 101.59 73.22 -
System Red Green Blue C M Y K H S L
Decimal 50 175 80 0.71 0 0.54 0.31 134.4 0.56 0.44
Hex 32 AF 50 47 0 36 1F 86 38 2C
Octal 62 257 120 107 0 66 37 206 70 54
Binary 110010 10101111 1010000 1000111 0 110110 11111 10000110 111000 101100

Color Harmonies of #32AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF50

Black with #32AF50

Text Example


Text Example

White with #32AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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