#333516

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

Shades of Green Waterloo #333516

Tints of Green Waterloo #333516

Color information

#333516 (or 0x333516) is unknown color: approx Green Waterloo. HEX triplet: 33, 35 and 16. RGB value is (51,53,22). Sum of RGB (Red+Green+Blue) = 51+53+22=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #333516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333516 is #CCCAE9. Grayscale: #303030. Windows color (decimal): -13421290 or 1455411. OLE color: 1455411.

HSL color Cylindrical-coordinate representation of color #333516: hue angle of 63.87º 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 #333516 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB515322-
CMYK0.0400.580.79
HSL63.87º41.33%14.71%-
HSV(B)63.87º58.49%20.78%-
XYZ2.783.311.25-
YUV48.87112.84129.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=40.48%
G=42.06%
B=17.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5153220.0400.580.7963.8741.3314.71
Hex333516403A4F4029f
Octal63652640721171005117
Binary110011110101101101000111010100111110000001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333516; }

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

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

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

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

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

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

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

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