#101303

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

Shades of Green Waterloo #101303

Tints of Green Waterloo #101303

Color information

#101303 (or 0x101303) is unknown color: approx Green Waterloo. HEX triplet: 10, 13 and 03. RGB value is (16,19,3). Sum of RGB (Red+Green+Blue) = 16+19+3=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #101303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101303 is #EFECFC. Grayscale: #101010. Windows color (decimal): -15723773 or 201488. OLE color: 201488.

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

Color convert

RGB16193-
CMYK0.1600.840.93
HSL71.25º72.73%4.31%-
HSV(B)71.25º84.21%7.45%-
XYZ0.460.580.17-
YUV16.28120.51127.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 42.11%
GREEN value IS 19 (7.81% from 255) = 50%
BLUE value IS 3 (1.56% from 255) = 7.89%
R=42.11%
G=50%
B=7.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161930.1600.840.9371.2572.734.31
Hex10133100545D47494
Octal202332001241351071114
Binary1000010011111000001010100101110110001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101303; }

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

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

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

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

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

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

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

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