#141605

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

Shades of Green Waterloo #141605

Tints of Green Waterloo #141605

Color information

#141605 (or 0x141605) is unknown color: approx Green Waterloo. HEX triplet: 14, 16 and 05. RGB value is (20,22,5). Sum of RGB (Red+Green+Blue) = 20+22+5=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #141605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141605 is #EBE9FA. Grayscale: #131313. Windows color (decimal): -15460859 or 333332. OLE color: 333332.

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

Color convert

RGB20225-
CMYK0.0900.770.91
HSL67.06º62.96%5.29%-
HSV(B)67.06º77.27%8.63%-
XYZ0.60.730.25-
YUV19.46119.84128.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 22 (8.98% from 255) = 46.81%
BLUE value IS 5 (2.34% from 255) = 10.64%
R=42.55%
G=46.81%
B=10.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202250.0900.770.9167.0662.965.29
Hex14165904D5B433f5
Octal24265110115133103775
Binary101001011010110010100110110110111000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141605; }

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

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

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

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

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

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

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

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