#14150C

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

Shades of Green Waterloo #14150C

Tints of Green Waterloo #14150C

Color information

#14150C (or 0x14150C) is unknown color: approx Green Waterloo. HEX triplet: 14, 15 and 0C. RGB value is (20,21,12). Sum of RGB (Red+Green+Blue) = 20+21+12=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 21 - color contains mainly: green. Hex color #14150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14150C is #EBEAF3. Grayscale: #131313. Windows color (decimal): -15461108 or 791828. OLE color: 791828.

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

Color convert

RGB202112-
CMYK0.0500.430.92
HSL66.67º27.27%6.47%-
HSV(B)66.67º42.86%8.24%-
XYZ0.620.710.45-
YUV19.67123.67128.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 21 (8.59% from 255) = 39.62%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=37.74%
G=39.62%
B=22.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021120.0500.430.9266.6727.276.47
Hex1415C502B5C431b6
Octal2425145053134103336
Binary1010010101110010101010111011100100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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