#151806

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

Shades of Green Waterloo #151806

Tints of Green Waterloo #151806

Color information

#151806 (or 0x151806) is unknown color: approx Green Waterloo. HEX triplet: 15, 18 and 06. RGB value is (21,24,6). Sum of RGB (Red+Green+Blue) = 21+24+6=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #151806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151806 is #EAE7F9. Grayscale: #151515. Windows color (decimal): -15394810 or 399381. OLE color: 399381.

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

Color convert

RGB21246-
CMYK0.1300.750.91
HSL70º60%5.88%-
HSV(B)70º75%9.41%-
XYZ0.670.830.3-
YUV21.05119.51127.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 24 (9.77% from 255) = 47.06%
BLUE value IS 6 (2.73% from 255) = 11.76%
R=41.18%
G=47.06%
B=11.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal212460.1300.750.9170605.88
Hex15186D04B5B463c6
Octal25306150113133106746
Binary101011100011011010100101110110111000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151806; }

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

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

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

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

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

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

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

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