#121406

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

Shades of Green Waterloo #121406

Tints of Green Waterloo #121406

Color information

#121406 (or 0x121406) is unknown color: approx Green Waterloo. HEX triplet: 12, 14 and 06. RGB value is (18,20,6). Sum of RGB (Red+Green+Blue) = 18+20+6=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #121406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121406 is #EDEBF9. Grayscale: #111111. Windows color (decimal): -15592442 or 398354. OLE color: 398354.

HSL color Cylindrical-coordinate representation of color #121406: hue angle of 68.57º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #121406 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB18206-
CMYK0.1000.700.92
HSL68.57º53.85%5.1%-
HSV(B)68.57º70%7.84%-
XYZ0.530.640.27-
YUV17.81121.34128.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 20 (8.20% from 255) = 45.45%
BLUE value IS 6 (2.73% from 255) = 13.64%
R=40.91%
G=45.45%
B=13.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal182060.1000.700.9268.5753.855.1
Hex12146A0465C45365
Octal22246120106134105665
Binary100101010011010100100011010111001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121406; }

 p { color: rgb(18,20,6); }

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

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

 a { background-color: rgb(18,20,6); }

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

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

 span { border-color: rgb(18,20,6); }

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