#35371C

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

Shades of Green Waterloo #35371C

Tints of Green Waterloo #35371C

Color information

#35371C (or 0x35371C) is unknown color: approx Green Waterloo. HEX triplet: 35, 37 and 1C. RGB value is (53,55,28). Sum of RGB (Red+Green+Blue) = 53+55+28=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #35371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35371C is #CAC8E3. Grayscale: #333333. Windows color (decimal): -13289700 or 1849141. OLE color: 1849141.

HSL color Cylindrical-coordinate representation of color #35371C: hue angle of 64.44º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35371C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB535528-
CMYK0.0400.490.78
HSL64.44º32.53%16.27%-
HSV(B)64.44º49.09%21.57%-
XYZ3.043.571.63-
YUV51.32114.84129.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=38.97%
G=40.44%
B=20.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355280.0400.490.7864.4432.5316.27
Hex35371C40314E402110
Octal65673440611161004120
Binary1101011101111110010001100011001110100000010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35371C; }

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

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

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

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

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

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

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

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