#32351E

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

Shades of Green Waterloo #32351E

Tints of Green Waterloo #32351E

Color information

#32351E (or 0x32351E) is unknown color: approx Green Waterloo. HEX triplet: 32, 35 and 1E. RGB value is (50,53,30). Sum of RGB (Red+Green+Blue) = 50+53+30=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 53 - color contains mainly: green. Hex color #32351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32351E is #CDCAE1. Grayscale: #313131. Windows color (decimal): -13486818 or 1979698. OLE color: 1979698.

HSL color Cylindrical-coordinate representation of color #32351E: hue angle of 67.83º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #32351E is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB505330-
CMYK0.0600.430.79
HSL67.83º27.71%16.27%-
HSV(B)67.83º43.4%20.78%-
XYZ2.823.321.72-
YUV49.48117.01128.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=37.59%
G=39.85%
B=22.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5053300.0600.430.7967.8327.7116.27
Hex32351E602B4F441c10
Octal62653660531171043420
Binary110010110101111101100101011100111110001001110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32351E; }

 p { color: rgb(50,53,30); }

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

<style>
 a { background-color: #32351E; }

 a { background-color: rgb(50,53,30); }

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

<style>
 span { border-color: #32351E; }

 span { border-color: rgb(50,53,30); }

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