#141609

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

Shades of Green Waterloo #141609

Tints of Green Waterloo #141609

Color information

#141609 (or 0x141609) is unknown color: approx Green Waterloo. HEX triplet: 14, 16 and 09. RGB value is (20,22,9). Sum of RGB (Red+Green+Blue) = 20+22+9=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 22 - color contains mainly: green. Hex color #141609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141609 is #EBE9F6. Grayscale: #131313. Windows color (decimal): -15460855 or 595476. OLE color: 595476.

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

Color convert

RGB20229-
CMYK0.0900.590.91
HSL69.23º41.94%6.08%-
HSV(B)69.23º59.09%8.63%-
XYZ0.620.740.37-
YUV19.92121.84128.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 22 (8.98% from 255) = 43.14%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=39.22%
G=43.14%
B=17.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202290.0900.590.9169.2341.946.08
Hex14169903B5B452a6
Octal24261111073133105526
Binary101001011010011001011101110110111000101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141609; }

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

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

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

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

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

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

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

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