#15160C

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

Shades of Green Waterloo #15160C

Tints of Green Waterloo #15160C

Color information

#15160C (or 0x15160C) is unknown color: approx Green Waterloo. HEX triplet: 15, 16 and 0C. RGB value is (21,22,12). Sum of RGB (Red+Green+Blue) = 21+22+12=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 22 - color contains mainly: green. Hex color #15160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15160C is #EAE9F3. Grayscale: #141414. Windows color (decimal): -15395316 or 792085. OLE color: 792085.

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

Color convert

RGB212212-
CMYK0.0500.450.91
HSL66º29.41%6.67%-
HSV(B)66º45.45%8.63%-
XYZ0.660.760.46-
YUV20.56123.17128.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.18%
GREEN value IS 22 (8.98% from 255) = 40%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=38.18%
G=40%
B=21.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2122120.0500.450.916629.416.67
Hex1516C502D5B421d7
Octal2526145055133102357
Binary1010110110110010101011011011011100001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15160C; }

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

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

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

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

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

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

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

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