#151610

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

Shades of Green Waterloo #151610

Tints of Green Waterloo #151610

Color information

#151610 (or 0x151610) is unknown color: approx Green Waterloo. HEX triplet: 15, 16 and 10. RGB value is (21,22,16). Sum of RGB (Red+Green+Blue) = 21+22+16=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 22 - color contains mainly: green. Hex color #151610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151610 is #EAE9EF. Grayscale: #151515. Windows color (decimal): -15395312 or 1054229. OLE color: 1054229.

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

Color convert

RGB212216-
CMYK0.0500.270.91
HSL70º15.79%7.45%-
HSV(B)70º27.27%8.63%-
XYZ0.690.770.6-
YUV21.02125.17127.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=35.59%
G=37.29%
B=27.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2122160.0500.270.917015.797.45
Hex151610501B5B46107
Octal2526205033133106207
Binary1010110110100001010110111011011100011010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151610; }

 p { color: rgb(21,22,16); }

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

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

 a { background-color: rgb(21,22,16); }

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

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

 span { border-color: rgb(21,22,16); }

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