Html Css Color HEX #111309 Green Waterloo

📋 copy color: '#111309'

red 17 ◦ green 19 ◦ blue 9

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

Shades of Green Waterloo #111309

Tints of Green Waterloo #111309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 20%

R = 37.78%
G = 42.22%
B = 20%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#111309 (or 0x111309) is known color: Green Waterloo. HEX triplet: 11, 13 and 09. RGB value is (17,19,9). Sum of RGB (Red+Green+Blue) = 17+19+9=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #111309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111309 is #EEECF6. Grayscale: #111111. Windows color (decimal): -15658231 or 594705. OLE color: 594705.

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

Color convert

RGB 17 19 9 -
CMYK 0.11 0 0.53 0.93
HSL 72º 0.36% 0.05% -
HSV(B) 72º 0.53% 0.07% -
XYZ 0.51 0.6 0.35 -
YUV 17.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 17 19 9 0.11 0 0.53 0.93 72 0.36 0.05
Hex 11 13 9 B 0 35 5D 48 24 5
Octal 21 23 11 13 0 65 135 110 44 5
Binary 10001 10011 1001 1011 0 110101 1011101 1001000 100100 101

Color Harmonies of #111309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111309

Black with #111309

Text Example


Text Example

White with #111309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111309; }

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

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

background-color css

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

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

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

border-color css

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

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

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