#101301

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

Shades of Green Waterloo #101301

Tints of Green Waterloo #101301

Color information

#101301 (or 0x101301) is unknown color: approx Green Waterloo. HEX triplet: 10, 13 and 01. RGB value is (16,19,1). Sum of RGB (Red+Green+Blue) = 16+19+1=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #101301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101301 is #EFECFE. Grayscale: #101010. Windows color (decimal): -15723775 or 70416. OLE color: 70416.

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

Color convert

RGB16191-
CMYK0.1600.950.93
HSL70º90%3.92%-
HSV(B)70º94.74%7.45%-
XYZ0.450.580.12-
YUV16.05119.51127.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 44.44%
GREEN value IS 19 (7.81% from 255) = 52.78%
BLUE value IS 1 (0.78% from 255) = 2.78%
R=44.44%
G=52.78%
B=2.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161910.1600.950.9370903.92
Hex101311005F5D465a4
Octal202312001371351061324
Binary100001001111000001011111101110110001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101301; }

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

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

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

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

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

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

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

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