#151904

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

Shades of Green Waterloo #151904

Tints of Green Waterloo #151904

Color information

#151904 (or 0x151904) is unknown color: approx Green Waterloo. HEX triplet: 15, 19 and 04. RGB value is (21,25,4). Sum of RGB (Red+Green+Blue) = 21+25+4=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #151904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151904 is #EAE6FB. Grayscale: #151515. Windows color (decimal): -15394556 or 268565. OLE color: 268565.

HSL color Cylindrical-coordinate representation of color #151904: hue angle of 71.43º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151904 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.90.

Color convert

RGB21254-
CMYK0.1600.840.90
HSL71.43º72.41%5.69%-
HSV(B)71.43º84%9.8%-
XYZ0.680.860.25-
YUV21.41118.17127.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 8%
R=42%
G=50%
B=8%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal212540.1600.840.9071.4372.415.69
Hex15194100545A47486
Octal253142001241321071106
Binary10101110011001000001010100101101010001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151904; }

 p { color: rgb(21,25,4); }

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

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

 a { background-color: rgb(21,25,4); }

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

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

 span { border-color: rgb(21,25,4); }

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