#32B84B

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

Shades of Chateau Green #32B84B

Tints of Chateau Green #32B84B

Color information

#32B84B (or 0x32B84B) is unknown color: approx Chateau Green. HEX triplet: 32, B8 and 4B. RGB value is (50,184,75). Sum of RGB (Red+Green+Blue) = 50+184+75=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #32B84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B84B is #CD47B4. Grayscale: #838383. Windows color (decimal): -13453237 or 4962354. OLE color: 4962354.

HSL color Cylindrical-coordinate representation of color #32B84B: hue angle of 131.19º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B84B is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB5018475-
CMYK0.7300.590.28
HSL131.19º57.26%45.88%-
HSV(B)131.19º72.83%72.16%-
XYZ19.7335.4712.46-
YUV131.5196.1169.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 184 (72.27% from 255) = 59.55%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=16.18%
G=59.55%
B=24.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50184750.7300.590.28131.1957.2645.88
Hex32B84B4903B1C83392e
Octal62270113111073342037156
Binary110010101110001001011100100101110111110010000011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,184,75); }

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

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

 a { background-color: rgb(50,184,75); }

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

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

 span { border-color: rgb(50,184,75); }

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