#13140B

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

Shades of Green Waterloo #13140B

Tints of Green Waterloo #13140B

Color information

#13140B (or 0x13140B) is unknown color: approx Green Waterloo. HEX triplet: 13, 14 and 0B. RGB value is (19,20,11). Sum of RGB (Red+Green+Blue) = 19+20+11=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 20 - color contains mainly: green. Hex color #13140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13140B is #ECEBF4. Grayscale: #121212. Windows color (decimal): -15526901 or 726035. OLE color: 726035.

HSL color Cylindrical-coordinate representation of color #13140B: hue angle of 66.67º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #13140B is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB192011-
CMYK0.0500.450.92
HSL66.67º29.03%6.08%-
HSV(B)66.67º45%7.84%-
XYZ0.580.660.41-
YUV18.68123.67128.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 20 (8.20% from 255) = 40%
BLUE value IS 11 (4.69% from 255) = 22%
R=38%
G=40%
B=22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1920110.0500.450.9266.6729.036.08
Hex1314B502D5C431d6
Octal2324135055134103356
Binary1001110100101110101011011011100100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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