#32ac55

Color #32AC55 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #32AC55

Tints of Chateau Green #32AC55

Color information

#32AC55 (or 0x32AC55) is unknown color: approx Chateau Green. HEX triplet: 32, AC and 55. RGB value is (50,172,85). Sum of RGB (Red+Green+Blue) = 50+172+85=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AC55 is #CD53AA. Grayscale: #7D7D7D. Windows color (decimal): -13456299 or 5614642. OLE color: 5614642.

HSL color Cylindrical-coordinate representation of color #32AC55: hue angle of 137.21º 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 #32AC55 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB5017285-
CMYK0.7100.510.33
HSL137.21º54.95%43.53%-
HSV(B)137.21º70.93%67.45%-
XYZ17.7130.8413.61-
YUV125.6105.0874.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 172 (67.58% from 255) = 56.03%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=16.29%
G=56.03%
B=27.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50172850.7100.510.33137.2154.9543.53
Hex32AC55470332189372c
Octal62254125107063412116754
Binary1100101010110010101011000111011001110000110001001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ac55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32ac55;
 }
 .AnyTagClassName
 {
   color: #32ac55;
 }
</style>
background-color css

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

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

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

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

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

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