#353721

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

Shades of Green Waterloo #353721

Tints of Green Waterloo #353721

Color information

#353721 (or 0x353721) is unknown color: approx Green Waterloo. HEX triplet: 35, 37 and 21. RGB value is (53,55,33). Sum of RGB (Red+Green+Blue) = 53+55+33=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 55 - color contains mainly: green. Hex color #353721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353721 is #CAC8DE. Grayscale: #333333. Windows color (decimal): -13289695 or 2176821. OLE color: 2176821.

HSL color Cylindrical-coordinate representation of color #353721: hue angle of 65.45º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353721 is Cyan = 0.04, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB535533-
CMYK0.0400.40.78
HSL65.45º25%17.25%-
HSV(B)65.45º40%21.57%-
XYZ3.113.61.97-
YUV51.89117.34128.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 55 (21.88% from 255) = 39.01%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=37.59%
G=39.01%
B=23.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355330.0400.40.7865.452517.25
Hex35372140284E411911
Octal65674140501161013121
Binary1101011101111000011000101000100111010000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353721; }

 p { color: rgb(53,55,33); }

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

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

 a { background-color: rgb(53,55,33); }

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

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

 span { border-color: rgb(53,55,33); }

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