#121604

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

Shades of Green Waterloo #121604

Tints of Green Waterloo #121604

Color information

#121604 (or 0x121604) is unknown color: approx Green Waterloo. HEX triplet: 12, 16 and 04. RGB value is (18,22,4). Sum of RGB (Red+Green+Blue) = 18+22+4=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #121604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121604 is #EDE9FB. Grayscale: #121212. Windows color (decimal): -15591932 or 267794. OLE color: 267794.

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

Color convert

RGB18224-
CMYK0.1800.820.91
HSL73.33º69.23%5.1%-
HSV(B)73.33º81.82%8.63%-
XYZ0.560.710.22-
YUV18.75119.67127.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 22 (8.98% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 9.09%
R=40.91%
G=50%
B=9.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182240.1800.820.9173.3369.235.1
Hex12164120525B49455
Octal222642201221331111055
Binary10010101101001001001010010101101110010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121604; }

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

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

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

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

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

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

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

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