#333620

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

Shades of Green Waterloo #333620

Tints of Green Waterloo #333620

Color information

#333620 (or 0x333620) is unknown color: approx Green Waterloo. HEX triplet: 33, 36 and 20. RGB value is (51,54,32). Sum of RGB (Red+Green+Blue) = 51+54+32=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 54 - color contains mainly: green. Hex color #333620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333620 is #CCC9DF. Grayscale: #323232. Windows color (decimal): -13421024 or 2111027. OLE color: 2111027.

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

Color convert

RGB515432-
CMYK0.0600.410.79
HSL68.18º25.58%16.86%-
HSV(B)68.18º40.74%21.18%-
XYZ2.953.451.88-
YUV50.6117.51128.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 54 (21.48% from 255) = 39.42%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=37.23%
G=39.42%
B=23.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5154320.0600.410.7968.1825.5816.86
Hex33362060294F441a11
Octal63664060511171043221
Binary1100111101101000001100101001100111110001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333620; }

 p { color: rgb(51,54,32); }

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

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

 a { background-color: rgb(51,54,32); }

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

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

 span { border-color: rgb(51,54,32); }

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