#14160D

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

Shades of Green Waterloo #14160D

Tints of Green Waterloo #14160D

Color information

#14160D (or 0x14160D) is unknown color: approx Green Waterloo. HEX triplet: 14, 16 and 0D. RGB value is (20,22,13). Sum of RGB (Red+Green+Blue) = 20+22+13=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 22 - color contains mainly: green. Hex color #14160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14160D is #EBE9F2. Grayscale: #141414. Windows color (decimal): -15460851 or 857620. OLE color: 857620.

HSL color Cylindrical-coordinate representation of color #14160D: hue angle of 73.33º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #14160D is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB202213-
CMYK0.0900.410.91
HSL73.33º25.71%6.86%-
HSV(B)73.33º40.91%8.63%-
XYZ0.650.750.49-
YUV20.38123.84127.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 22 (8.98% from 255) = 40%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=36.36%
G=40%
B=23.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2022130.0900.410.9173.3325.716.86
Hex1416D90295B491a7
Octal24261511051133111327
Binary10100101101101100101010011011011100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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