#32351A

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

Shades of Green Waterloo #32351A

Tints of Green Waterloo #32351A

Color information

#32351A (or 0x32351A) is unknown color: approx Green Waterloo. HEX triplet: 32, 35 and 1A. RGB value is (50,53,26). Sum of RGB (Red+Green+Blue) = 50+53+26=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #32351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32351A is #CDCAE5. Grayscale: #313131. Windows color (decimal): -13486822 or 1717554. OLE color: 1717554.

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

Color convert

RGB505326-
CMYK0.0600.510.79
HSL66.67º34.18%15.49%-
HSV(B)66.67º50.94%20.78%-
XYZ2.773.31.47-
YUV49.02115.01128.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=38.76%
G=41.09%
B=20.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5053260.0600.510.7966.6734.1815.49
Hex32351A60334F4322f
Octal62653260631171034217
Binary110010110101110101100110011100111110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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