#141607

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

Shades of Green Waterloo #141607

Tints of Green Waterloo #141607

Color information

#141607 (or 0x141607) is unknown color: approx Green Waterloo. HEX triplet: 14, 16 and 07. RGB value is (20,22,7). Sum of RGB (Red+Green+Blue) = 20+22+7=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #141607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141607 is #EBE9F8. Grayscale: #131313. Windows color (decimal): -15460857 or 464404. OLE color: 464404.

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

Color convert

RGB20227-
CMYK0.0900.680.91
HSL68º51.72%5.69%-
HSV(B)68º68.18%8.63%-
XYZ0.610.740.31-
YUV19.69120.84128.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 22 (8.98% from 255) = 44.90%
BLUE value IS 7 (3.12% from 255) = 14.29%
R=40.82%
G=44.90%
B=14.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202270.0900.680.916851.725.69
Hex1416790445B44346
Octal24267110104133104646
Binary101001011011110010100010010110111000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141607; }

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

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

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

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

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

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

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

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