Html Css Color HEX #111403 Green Waterloo

📋 copy color: '#111403'

red 17 ◦ green 20 ◦ blue 3

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

Shades of Green Waterloo #111403

Tints of Green Waterloo #111403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 7.5%

R = 42.5%
G = 50%
B = 7.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#111403 (or 0x111403) is known color: Green Waterloo. HEX triplet: 11, 14 and 03. RGB value is (17,20,3). Sum of RGB (Red+Green+Blue) = 17+20+3=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #111403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111403 is #EEEBFC. Grayscale: #111111. Windows color (decimal): -15657981 or 201745. OLE color: 201745.

HSL color Cylindrical-coordinate representation of color #111403: hue angle of 70.59º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111403 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 20 3 -
CMYK 0.15 0 0.85 0.92
HSL 70.59º 0.74% 0.05% -
HSV(B) 70.59º 0.85% 0.08% -
XYZ 0.5 0.63 0.18 -
YUV 17.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 17 20 3 0.15 0 0.85 0.92 70.59 0.74 0.05
Hex 11 14 3 F 0 55 5C 47 4A 5
Octal 21 24 3 17 0 125 134 107 112 5
Binary 10001 10100 11 1111 0 1010101 1011100 1000111 1001010 101

Color Harmonies of #111403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111403

Black with #111403

Text Example


Text Example

White with #111403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111403; }

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

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

background-color css

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

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

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

border-color css

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

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

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