#14160B

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

Shades of Green Waterloo #14160B

Tints of Green Waterloo #14160B

Color information

#14160B (or 0x14160B) is unknown color: approx Green Waterloo. HEX triplet: 14, 16 and 0B. RGB value is (20,22,11). Sum of RGB (Red+Green+Blue) = 20+22+11=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #14160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14160B is #EBE9F4. Grayscale: #141414. Windows color (decimal): -15460853 or 726548. OLE color: 726548.

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

Color convert

RGB202211-
CMYK0.0900.50.91
HSL70.91º33.33%6.47%-
HSV(B)70.91º50%8.63%-
XYZ0.640.750.43-
YUV20.15122.84127.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 22 (8.98% from 255) = 41.51%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=37.74%
G=41.51%
B=20.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2022110.0900.50.9170.9133.336.47
Hex1416B90325B47216
Octal24261311062133107416
Binary101001011010111001011001010110111000111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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