#121605

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

Shades of Green Waterloo #121605

Tints of Green Waterloo #121605

Color information

#121605 (or 0x121605) is unknown color: approx Green Waterloo. HEX triplet: 12, 16 and 05. RGB value is (18,22,5). Sum of RGB (Red+Green+Blue) = 18+22+5=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #121605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121605 is #EDE9FA. Grayscale: #121212. Windows color (decimal): -15591931 or 333330. OLE color: 333330.

HSL color Cylindrical-coordinate representation of color #121605: hue angle of 74.12º 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 #121605 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.91.

Color convert

RGB18225-
CMYK0.1800.770.91
HSL74.12º62.96%5.29%-
HSV(B)74.12º77.27%8.63%-
XYZ0.560.710.25-
YUV18.87120.17127.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 48.89%
BLUE value IS 5 (2.34% from 255) = 11.11%
R=40%
G=48.89%
B=11.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182250.1800.770.9174.1262.965.29
Hex121651204D5B4a3f5
Octal22265220115133112775
Binary1001010110101100100100110110110111001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121605; }

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

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

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

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

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

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

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

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