#121409

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

Shades of Green Waterloo #121409

Tints of Green Waterloo #121409

Color information

#121409 (or 0x121409) is unknown color: approx Green Waterloo. HEX triplet: 12, 14 and 09. RGB value is (18,20,9). Sum of RGB (Red+Green+Blue) = 18+20+9=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #121409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121409 is #EDEBF6. Grayscale: #121212. Windows color (decimal): -15592439 or 594962. OLE color: 594962.

HSL color Cylindrical-coordinate representation of color #121409: hue angle of 70.91º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #121409 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.

Color convert

RGB18209-
CMYK0.1000.550.92
HSL70.91º37.93%5.69%-
HSV(B)70.91º55%7.84%-
XYZ0.550.650.35-
YUV18.15122.84127.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 20 (8.20% from 255) = 42.55%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=38.30%
G=42.55%
B=19.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal182090.1000.550.9270.9137.935.69
Hex12149A0375C47266
Octal22241112067134107466
Binary100101010010011010011011110111001000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121409; }

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

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

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

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

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

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

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

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