#313411

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

Shades of Green Waterloo #313411

Tints of Green Waterloo #313411

Color information

#313411 (or 0x313411) is unknown color: approx Green Waterloo. HEX triplet: 31, 34 and 11. RGB value is (49,52,17). Sum of RGB (Red+Green+Blue) = 49+52+17=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #313411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313411 is #CECBEE. Grayscale: #2F2F2F. Windows color (decimal): -13552623 or 1127473. OLE color: 1127473.

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

Color convert

RGB495217-
CMYK0.0600.670.80
HSL65.14º50.72%13.53%-
HSV(B)65.14º67.31%20.39%-
XYZ2.63.151-
YUV47.11111.01129.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 52 (20.70% from 255) = 44.07%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=41.53%
G=44.07%
B=14.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4952170.0600.670.8065.1450.7213.53
Hex3134116043504133e
Octal616421601031201016316
Binary1100011101001000111001000011101000010000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313411; }

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

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

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

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

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

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

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

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