#353720

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

Shades of Green Waterloo #353720

Tints of Green Waterloo #353720

Color information

#353720 (or 0x353720) is unknown color: approx Green Waterloo. HEX triplet: 35, 37 and 20. RGB value is (53,55,32). Sum of RGB (Red+Green+Blue) = 53+55+32=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #353720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353720 is #CAC8DF. Grayscale: #333333. Windows color (decimal): -13289696 or 2111285. OLE color: 2111285.

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

Color convert

RGB535532-
CMYK0.0400.420.78
HSL65.22º26.44%17.06%-
HSV(B)65.22º41.82%21.57%-
XYZ3.13.591.9-
YUV51.78116.84128.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=37.86%
G=39.29%
B=22.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355320.0400.420.7865.2226.4417.06
Hex353720402A4E411a11
Octal65674040521161013221
Binary1101011101111000001000101010100111010000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353720; }

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

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

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

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

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

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

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

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