#14160A

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

Shades of Green Waterloo #14160A

Tints of Green Waterloo #14160A

Color information

#14160A (or 0x14160A) is unknown color: approx Green Waterloo. HEX triplet: 14, 16 and 0A. RGB value is (20,22,10). Sum of RGB (Red+Green+Blue) = 20+22+10=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 22 - color contains mainly: green. Hex color #14160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14160A is #EBE9F5. Grayscale: #141414. Windows color (decimal): -15460854 or 661012. OLE color: 661012.

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

Color convert

RGB202210-
CMYK0.0900.550.91
HSL70º37.5%6.27%-
HSV(B)70º54.55%8.63%-
XYZ0.630.740.4-
YUV20.03122.34127.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 22 (8.98% from 255) = 42.31%
BLUE value IS 10 (4.30% from 255) = 19.23%
R=38.46%
G=42.31%
B=19.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2022100.0900.550.917037.56.27
Hex1416A90375B46266
Octal24261211067133106466
Binary101001011010101001011011110110111000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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