#313412

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

Shades of Green Waterloo #313412

Tints of Green Waterloo #313412

Color information

#313412 (or 0x313412) is unknown color: approx Green Waterloo. HEX triplet: 31, 34 and 12. RGB value is (49,52,18). Sum of RGB (Red+Green+Blue) = 49+52+18=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #313412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313412 is #CECBED. Grayscale: #2F2F2F. Windows color (decimal): -13552622 or 1193009. OLE color: 1193009.

HSL color Cylindrical-coordinate representation of color #313412: hue angle of 65.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #313412 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB495218-
CMYK0.0600.650.80
HSL65.29º48.57%13.73%-
HSV(B)65.29º65.38%20.39%-
XYZ2.63.151.04-
YUV47.23111.51129.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=41.18%
G=43.70%
B=15.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4952180.0600.650.8065.2948.5713.73
Hex3134126041504131e
Octal616422601011201016116
Binary1100011101001001011001000001101000010000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313412; }

 p { color: rgb(49,52,18); }

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

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

 a { background-color: rgb(49,52,18); }

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

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

 span { border-color: rgb(49,52,18); }

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