#13140E

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

Shades of Green Waterloo #13140E

Tints of Green Waterloo #13140E

Color information

#13140E (or 0x13140E) is unknown color: approx Green Waterloo. HEX triplet: 13, 14 and 0E. RGB value is (19,20,14). Sum of RGB (Red+Green+Blue) = 19+20+14=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 20 - color contains mainly: green. Hex color #13140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13140E is #ECEBF1. Grayscale: #131313. Windows color (decimal): -15526898 or 922643. OLE color: 922643.

HSL color Cylindrical-coordinate representation of color #13140E: hue angle of 70º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #13140E is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB192014-
CMYK0.0500.300.92
HSL70º17.65%6.67%-
HSV(B)70º30%7.84%-
XYZ0.60.670.51-
YUV19.02125.17127.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 14 (5.86% from 255) = 26.42%
R=35.85%
G=37.74%
B=26.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1920140.0500.300.927017.656.67
Hex1314E501E5C46127
Octal2324165036134106227
Binary100111010011101010111101011100100011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13140E; }

 p { color: rgb(19,20,14); }

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

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

 a { background-color: rgb(19,20,14); }

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

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

 span { border-color: rgb(19,20,14); }

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