#101401

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

Shades of Green Waterloo #101401

Tints of Green Waterloo #101401

Color information

#101401 (or 0x101401) is unknown color: approx Green Waterloo. HEX triplet: 10, 14 and 01. RGB value is (16,20,1). Sum of RGB (Red+Green+Blue) = 16+20+1=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #101401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101401 is #EFEBFE. Grayscale: #101010. Windows color (decimal): -15723519 or 70672. OLE color: 70672.

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

Color convert

RGB16201-
CMYK0.2000.950.92
HSL72.63º90.48%4.12%-
HSV(B)72.63º95%7.84%-
XYZ0.470.610.12-
YUV16.64119.17127.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 43.24%
GREEN value IS 20 (8.20% from 255) = 54.05%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=43.24%
G=54.05%
B=2.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal162010.2000.950.9272.6390.484.12
Hex101411405F5C495a4
Octal202412401371341111324
Binary100001010011010001011111101110010010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101401; }

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

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

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

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

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

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

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

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