Html Css Color HEX #101301 Green Waterloo

📋 copy color: '#101301'

red 16 ◦ green 19 ◦ blue 1

#101301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #101301

Tints of Green Waterloo #101301

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 value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.93

RGB Variations

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

Color information

#101301 (or 0x101301) is known color: 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

RGB 16 19 1 -
CMYK 0.16 0 0.95 0.93
HSL 70º 0.9% 0.04% -
HSV(B) 70º 0.95% 0.07% -
XYZ 0.45 0.58 0.12 -
YUV 16.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 16 19 1 0.16 0 0.95 0.93 70 0.9 0.04
Hex 10 13 1 10 0 5F 5D 46 5A 4
Octal 20 23 1 20 0 137 135 106 132 4
Binary 10000 10011 1 10000 0 1011111 1011101 1000110 1011010 100

Color Harmonies of #101301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101301

Black with #101301

Text Example


Text Example

White with #101301

Text Example


Text Example

HTML Codes & Css Web 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>