#32AA4E

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

Shades of Chateau Green #32AA4E

Tints of Chateau Green #32AA4E

Color information

#32AA4E (or 0x32AA4E) is unknown color: approx Chateau Green. HEX triplet: 32, AA and 4E. RGB value is (50,170,78). Sum of RGB (Red+Green+Blue) = 50+170+78=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AA4E is #CD55B1. Grayscale: #7B7B7B. Windows color (decimal): -13456818 or 5155378. OLE color: 5155378.

HSL color Cylindrical-coordinate representation of color #32AA4E: hue angle of 134º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AA4E is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB5017078-
CMYK0.7100.540.33
HSL134º54.55%43.14%-
HSV(B)134º70.59%66.67%-
XYZ17.0729.9812.09-
YUV123.63102.2475.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 170 (66.80% from 255) = 57.05%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=16.78%
G=57.05%
B=26.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50170780.7100.540.3313454.5543.14
Hex32AA4E470362186372b
Octal62252116107066412066753
Binary1100101010101010011101000111011011010000110000110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,170,78); }

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

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

 a { background-color: rgb(50,170,78); }

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

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

 span { border-color: rgb(50,170,78); }

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