#32B44B

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

Shades of Chateau Green #32B44B

Tints of Chateau Green #32B44B

Color information

#32B44B (or 0x32B44B) is unknown color: approx Chateau Green. HEX triplet: 32, B4 and 4B. RGB value is (50,180,75). Sum of RGB (Red+Green+Blue) = 50+180+75=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #32B44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B44B is #CD4BB4. Grayscale: #818181. Windows color (decimal): -13454261 or 4961330. OLE color: 4961330.

HSL color Cylindrical-coordinate representation of color #32B44B: hue angle of 131.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B44B is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB5018075-
CMYK0.7200.580.29
HSL131.54º56.52%45.1%-
HSV(B)131.54º72.22%70.59%-
XYZ18.9133.8312.19-
YUV129.1697.4371.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 180 (70.70% from 255) = 59.02%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=16.39%
G=59.02%
B=24.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50180750.7200.580.29131.5456.5245.1
Hex32B44B4803A1D84392d
Octal62264113110072352047155
Binary110010101101001001011100100001110101110110000100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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