#141806

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

Shades of Green Waterloo #141806

Tints of Green Waterloo #141806

Color information

#141806 (or 0x141806) is unknown color: approx Green Waterloo. HEX triplet: 14, 18 and 06. RGB value is (20,24,6). Sum of RGB (Red+Green+Blue) = 20+24+6=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #141806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141806 is #EBE7F9. Grayscale: #141414. Windows color (decimal): -15460346 or 399380. OLE color: 399380.

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

Color convert

RGB20246-
CMYK0.1700.750.91
HSL73.33º60%5.88%-
HSV(B)73.33º75%9.41%-
XYZ0.650.820.3-
YUV20.75119.67127.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 48%
BLUE value IS 6 (2.73% from 255) = 12%
R=40%
G=48%
B=12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202460.1700.750.9173.33605.88
Hex141861104B5B493c6
Octal24306210113133111746
Binary1010011000110100010100101110110111001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141806; }

 p { color: rgb(20,24,6); }

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

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

 a { background-color: rgb(20,24,6); }

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

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

 span { border-color: rgb(20,24,6); }

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