Html Css Color HEX #111404 Green Waterloo

📋 copy color: '#111404'

red 17 ◦ green 20 ◦ blue 4

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

Shades of Green Waterloo #111404

Tints of Green Waterloo #111404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 9.76%

R = 41.46%
G = 48.78%
B = 9.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.92

RGB Variations

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

Color information

#111404 (or 0x111404) is known color: Green Waterloo. HEX triplet: 11, 14 and 04. RGB value is (17,20,4). Sum of RGB (Red+Green+Blue) = 17+20+4=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #111404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111404 is #EEEBFB. Grayscale: #111111. Windows color (decimal): -15657980 or 267281. OLE color: 267281.

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

Color convert

RGB 17 20 4 -
CMYK 0.15 0 0.80 0.92
HSL 71.25º 0.67% 0.05% -
HSV(B) 71.25º 0.8% 0.08% -
XYZ 0.5 0.63 0.21 -
YUV 17.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 17 20 4 0.15 0 0.80 0.92 71.25 0.67 0.05
Hex 11 14 4 F 0 50 5C 47 43 5
Octal 21 24 4 17 0 120 134 107 103 5
Binary 10001 10100 100 1111 0 1010000 1011100 1000111 1000011 101

Color Harmonies of #111404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111404

Black with #111404

Text Example


Text Example

White with #111404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111404; }

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

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

background-color css

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

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

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

border-color css

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

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

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