#323516

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

Shades of Green Waterloo #323516

Tints of Green Waterloo #323516

Color information

#323516 (or 0x323516) is unknown color: approx Green Waterloo. HEX triplet: 32, 35 and 16. RGB value is (50,53,22). Sum of RGB (Red+Green+Blue) = 50+53+22=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #323516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323516 is #CDCAE9. Grayscale: #303030. Windows color (decimal): -13486826 or 1455410. OLE color: 1455410.

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

Color convert

RGB505322-
CMYK0.0600.580.79
HSL65.81º41.33%14.71%-
HSV(B)65.81º58.49%20.78%-
XYZ2.733.281.25-
YUV48.57113.01129.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=40%
G=42.4%
B=17.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5053220.0600.580.7965.8141.3314.71
Hex323516603A4F4229f
Octal62652660721171025117
Binary110010110101101101100111010100111110000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323516; }

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

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

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

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

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

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

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

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