#35371F

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

Shades of Green Waterloo #35371F

Tints of Green Waterloo #35371F

Color information

#35371F (or 0x35371F) is unknown color: approx Green Waterloo. HEX triplet: 35, 37 and 1F. RGB value is (53,55,31). Sum of RGB (Red+Green+Blue) = 53+55+31=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 55 - color contains mainly: green. Hex color #35371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35371F is #CAC8E0. Grayscale: #333333. Windows color (decimal): -13289697 or 2045749. OLE color: 2045749.

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

Color convert

RGB535531-
CMYK0.0400.440.78
HSL65º27.91%16.86%-
HSV(B)65º43.64%21.57%-
XYZ3.083.591.83-
YUV51.67116.34128.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 55 (21.88% from 255) = 39.57%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=38.13%
G=39.57%
B=22.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355310.0400.440.786527.9116.86
Hex35371F402C4E411c11
Octal65673740541161013421
Binary110101110111111111000101100100111010000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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