#14150E

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

Shades of Green Waterloo #14150E

Tints of Green Waterloo #14150E

Color information

#14150E (or 0x14150E) is unknown color: approx Green Waterloo. HEX triplet: 14, 15 and 0E. RGB value is (20,21,14). Sum of RGB (Red+Green+Blue) = 20+21+14=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 21 - color contains mainly: green. Hex color #14150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14150E is #EBEAF1. Grayscale: #131313. Windows color (decimal): -15461106 or 922900. OLE color: 922900.

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

Color convert

RGB202114-
CMYK0.0500.330.92
HSL68.57º20%6.86%-
HSV(B)68.57º33.33%8.24%-
XYZ0.640.720.52-
YUV19.9124.67128.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=36.36%
G=38.18%
B=25.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021140.0500.330.9268.57206.86
Hex1415E50215C45147
Octal2425165041134105247
Binary1010010101111010101000011011100100010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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