Html Css Color HEX #111400 Green Waterloo

📋 copy color: '#111400'

red 17 ◦ green 20 ◦ blue 0

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

Shades of Green Waterloo #111400

Tints of Green Waterloo #111400

RGB

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

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

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

R = 45.95%
G = 54.05%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#111400 (or 0x111400) is known color: Green Waterloo. HEX triplet: 11, 14 and 00. RGB value is (17,20,0). Sum of RGB (Red+Green+Blue) = 17+20+0=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #111400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111400 is #EEEBFF. Grayscale: #101010. Windows color (decimal): -15657984 or 5137. OLE color: 5137.

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

Color convert

RGB 17 20 0 -
CMYK 0.15 0 1 0.92
HSL 69º 1% 0.04% -
HSV(B) 69º 1% 0.08% -
XYZ 0.48 0.62 0.09 -
YUV 16.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 17 20 0 0.15 0 1 0.92 69 1 0.04
Hex 11 14 0 F 0 64 5C 45 64 4
Octal 21 24 0 17 0 144 134 105 144 4
Binary 10001 10100 0 1111 0 1100100 1011100 1000101 1100100 100

Color Harmonies of #111400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111400

Black with #111400

Text Example


Text Example

White with #111400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111400; }

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

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

background-color css

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

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

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

border-color css

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

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

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