Html Css Color HEX #111401 Green Waterloo

📋 copy color: '#111401'

red 17 ◦ green 20 ◦ blue 1

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

Shades of Green Waterloo #111401

Tints of Green Waterloo #111401

RGB

 RED value IS 17 (7.03% from 255) = 44.74%

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

 BLUE value IS 1 (0.78% from 255) = 2.63%

R = 44.74%
G = 52.63%
B = 2.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#111401 (or 0x111401) is known color: Green Waterloo. HEX triplet: 11, 14 and 01. RGB value is (17,20,1). Sum of RGB (Red+Green+Blue) = 17+20+1=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #111401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111401 is #EEEBFE. Grayscale: #111111. Windows color (decimal): -15657983 or 70673. OLE color: 70673.

HSL color Cylindrical-coordinate representation of color #111401: hue angle of 69.47º 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 #111401 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 20 1 -
CMYK 0.15 0 0.95 0.92
HSL 69.47º 0.9% 0.04% -
HSV(B) 69.47º 0.95% 0.08% -
XYZ 0.49 0.62 0.12 -
YUV 16.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 17 20 1 0.15 0 0.95 0.92 69.47 0.9 0.04
Hex 11 14 1 F 0 5F 5C 45 5A 4
Octal 21 24 1 17 0 137 134 105 132 4
Binary 10001 10100 1 1111 0 1011111 1011100 1000101 1011010 100

Color Harmonies of #111401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111401

Black with #111401

Text Example


Text Example

White with #111401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111401; }

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

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

background-color css

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

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

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

border-color css

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

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

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