#14150D

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

Shades of Green Waterloo #14150D

Tints of Green Waterloo #14150D

Color information

#14150D (or 0x14150D) is unknown color: approx Green Waterloo. HEX triplet: 14, 15 and 0D. RGB value is (20,21,13). Sum of RGB (Red+Green+Blue) = 20+21+13=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 21 - color contains mainly: green. Hex color #14150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14150D is #EBEAF2. Grayscale: #131313. Windows color (decimal): -15461107 or 857364. OLE color: 857364.

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

Color convert

RGB202113-
CMYK0.0500.380.92
HSL67.5º23.53%6.67%-
HSV(B)67.5º38.1%8.24%-
XYZ0.630.710.49-
YUV19.79124.17128.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=37.04%
G=38.89%
B=24.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021130.0500.380.9267.523.536.67
Hex1415D50265C44187
Octal2425155046134104307
Binary1010010101110110101001101011100100010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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