Html Css Color HEX #111303 Green Waterloo

📋 copy color: '#111303'

red 17 ◦ green 19 ◦ blue 3

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

Shades of Green Waterloo #111303

Tints of Green Waterloo #111303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 48.72%

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

R = 43.59%
G = 48.72%
B = 7.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#111303 (or 0x111303) is known color: Green Waterloo. HEX triplet: 11, 13 and 03. RGB value is (17,19,3). Sum of RGB (Red+Green+Blue) = 17+19+3=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #111303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111303 is #EEECFC. Grayscale: #101010. Windows color (decimal): -15658237 or 201489. OLE color: 201489.

HSL color Cylindrical-coordinate representation of color #111303: hue angle of 67.5º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #111303 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 19 3 -
CMYK 0.11 0 0.84 0.93
HSL 67.5º 0.73% 0.04% -
HSV(B) 67.5º 0.84% 0.07% -
XYZ 0.48 0.59 0.17 -
YUV 16.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 17 19 3 0.11 0 0.84 0.93 67.5 0.73 0.04
Hex 11 13 3 B 0 54 5D 44 49 4
Octal 21 23 3 13 0 124 135 104 111 4
Binary 10001 10011 11 1011 0 1010100 1011101 1000100 1001001 100

Color Harmonies of #111303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111303

Black with #111303

Text Example


Text Example

White with #111303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111303; }

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

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

background-color css

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

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

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

border-color css

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

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

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