#32B149

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

Shades of Chateau Green #32B149

Tints of Chateau Green #32B149

Color information

#32B149 (or 0x32B149) is unknown color: approx Chateau Green. HEX triplet: 32, B1 and 49. RGB value is (50,177,73). Sum of RGB (Red+Green+Blue) = 50+177+73=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 177 (69.53% from 255 or 59% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 177 - color contains mainly: green. Hex color #32B149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B149 is #CD4EB6. Grayscale: #7F7F7F. Windows color (decimal): -13455031 or 4829490. OLE color: 4829490.

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

Color convert

RGB5017773-
CMYK0.7200.590.31
HSL130.87º55.95%44.51%-
HSV(B)130.87º71.75%69.41%-
XYZ18.2432.611.64-
YUV127.1797.4272.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 177 (69.53% from 255) = 59%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=16.67%
G=59%
B=24.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50177730.7200.590.31130.8755.9544.51
Hex32B1494803B1F83382d
Octal62261111110073372037055
Binary110010101100011001001100100001110111111110000011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,177,73); }

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

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

 a { background-color: rgb(50,177,73); }

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

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

 span { border-color: rgb(50,177,73); }

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