#13140D

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

Shades of Green Waterloo #13140D

Tints of Green Waterloo #13140D

Color information

#13140D (or 0x13140D) is unknown color: approx Green Waterloo. HEX triplet: 13, 14 and 0D. RGB value is (19,20,13). Sum of RGB (Red+Green+Blue) = 19+20+13=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 20 - color contains mainly: green. Hex color #13140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13140D is #ECEBF2. Grayscale: #121212. Windows color (decimal): -15526899 or 857107. OLE color: 857107.

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

Color convert

RGB192013-
CMYK0.0500.350.92
HSL68.57º21.21%6.47%-
HSV(B)68.57º35%7.84%-
XYZ0.590.670.48-
YUV18.9124.67128.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 20 (8.20% from 255) = 38.46%
BLUE value IS 13 (5.47% from 255) = 25%
R=36.54%
G=38.46%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1920130.0500.350.9268.5721.216.47
Hex1314D50235C45156
Octal2324155043134105256
Binary1001110100110110101000111011100100010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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