#101306

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

Shades of Green Waterloo #101306

Tints of Green Waterloo #101306

Color information

#101306 (or 0x101306) is unknown color: approx Green Waterloo. HEX triplet: 10, 13 and 06. RGB value is (16,19,6). Sum of RGB (Red+Green+Blue) = 16+19+6=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #101306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101306 is #EFECF9. Grayscale: #101010. Windows color (decimal): -15723770 or 398096. OLE color: 398096.

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

Color convert

RGB16196-
CMYK0.1600.680.93
HSL73.85º52%4.9%-
HSV(B)73.85º68.42%7.45%-
XYZ0.480.590.26-
YUV16.62122.01127.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 39.02%
GREEN value IS 19 (7.81% from 255) = 46.34%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=39.02%
G=46.34%
B=14.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161960.1600.680.9373.85524.9
Hex10136100445D4a345
Octal20236200104135112645
Binary1000010011110100000100010010111011001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101306; }

 p { color: rgb(16,19,6); }

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

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

 a { background-color: rgb(16,19,6); }

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

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

 span { border-color: rgb(16,19,6); }

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