#32B04C

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

Shades of Chateau Green #32B04C

Tints of Chateau Green #32B04C

Color information

#32B04C (or 0x32B04C) is unknown color: approx Chateau Green. HEX triplet: 32, B0 and 4C. RGB value is (50,176,76). Sum of RGB (Red+Green+Blue) = 50+176+76=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #32B04C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B04C is #CD4FB3. Grayscale: #7F7F7F. Windows color (decimal): -13455284 or 5025842. OLE color: 5025842.

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

Color convert

RGB5017676-
CMYK0.7200.570.31
HSL132.38º55.75%44.31%-
HSV(B)132.38º71.59%69.02%-
XYZ18.1532.2512.11-
YUV126.9399.2673.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 176 (69.14% from 255) = 58.28%
BLUE value IS 76 (30.08% from 255) = 25.17%
R=16.56%
G=58.28%
B=25.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50176760.7200.570.31132.3855.7544.31
Hex32B04C480391F84382c
Octal62260114110071372047054
Binary110010101100001001100100100001110011111110000100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,176,76); }

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

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

 a { background-color: rgb(50,176,76); }

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

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

 span { border-color: rgb(50,176,76); }

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