Html Css Color HEX #101400 Green Waterloo

📋 copy color: '#101400'

red 16 ◦ green 20 ◦ blue 0

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

Shades of Green Waterloo #101400

Tints of Green Waterloo #101400

RGB

 RED value IS 16 (6.64% from 255) = 44.44%

 GREEN value IS 20 (8.2% from 255) = 55.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.44%
G = 55.56%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#101400 (or 0x101400) is known color: Green Waterloo. HEX triplet: 10, 14 and 00. RGB value is (16,20,0). Sum of RGB (Red+Green+Blue) = 16+20+0=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #101400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101400 is #EFEBFF. Grayscale: #101010. Windows color (decimal): -15723520 or 5136. OLE color: 5136.

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

Color convert

RGB 16 20 0 -
CMYK 0.20 0 1 0.92
HSL 72º 1% 0.04% -
HSV(B) 72º 1% 0.08% -
XYZ 0.46 0.61 0.09 -
YUV 16.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 16 20 0 0.20 0 1 0.92 72 1 0.04
Hex 10 14 0 14 0 64 5C 48 64 4
Octal 20 24 0 24 0 144 134 110 144 4
Binary 10000 10100 0 10100 0 1100100 1011100 1001000 1100100 100

Color Harmonies of #101400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101400

Black with #101400

Text Example


Text Example

White with #101400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101400; }

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

 H1.HeaderClassName
 {
   color: #101400;
 }
 .AnyTagClassName
 {
   color: #101400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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