#151906

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

Shades of Green Waterloo #151906

Tints of Green Waterloo #151906

Color information

#151906 (or 0x151906) is unknown color: approx Green Waterloo. HEX triplet: 15, 19 and 06. RGB value is (21,25,6). Sum of RGB (Red+Green+Blue) = 21+25+6=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #151906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151906 is #EAE6F9. Grayscale: #151515. Windows color (decimal): -15394554 or 399637. OLE color: 399637.

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

Color convert

RGB21256-
CMYK0.1600.760.90
HSL72.63º61.29%6.08%-
HSV(B)72.63º76%9.8%-
XYZ0.690.870.3-
YUV21.64119.17127.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 40.38%
GREEN value IS 25 (10.16% from 255) = 48.08%
BLUE value IS 6 (2.73% from 255) = 11.54%
R=40.38%
G=48.08%
B=11.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal212560.1600.760.9072.6361.296.08
Hex151961004C5A493d6
Octal25316200114132111756
Binary1010111001110100000100110010110101001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151906; }

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

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

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

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

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

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

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

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