#141709

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

Shades of Green Waterloo #141709

Tints of Green Waterloo #141709

Color information

#141709 (or 0x141709) is unknown color: approx Green Waterloo. HEX triplet: 14, 17 and 09. RGB value is (20,23,9). Sum of RGB (Red+Green+Blue) = 20+23+9=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #141709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141709 is #EBE8F6. Grayscale: #141414. Windows color (decimal): -15460599 or 595732. OLE color: 595732.

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

Color convert

RGB20239-
CMYK0.1300.610.91
HSL72.86º43.75%6.27%-
HSV(B)72.86º60.87%9.02%-
XYZ0.640.780.38-
YUV20.51121.51127.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 23 (9.38% from 255) = 44.23%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=38.46%
G=44.23%
B=17.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202390.1300.610.9172.8643.756.27
Hex14179D03D5B492c6
Octal24271115075133111546
Binary101001011110011101011110110110111001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141709; }

 p { color: rgb(20,23,9); }

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

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

 a { background-color: rgb(20,23,9); }

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

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

 span { border-color: rgb(20,23,9); }

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