Html Css Color HEX #111308 Green Waterloo

📋 copy color: '#111308'

red 17 ◦ green 19 ◦ blue 8

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

Shades of Green Waterloo #111308

Tints of Green Waterloo #111308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 18.18%

R = 38.64%
G = 43.18%
B = 18.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#111308 (or 0x111308) is known color: Green Waterloo. HEX triplet: 11, 13 and 08. RGB value is (17,19,8). Sum of RGB (Red+Green+Blue) = 17+19+8=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #111308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111308 is #EEECF7. Grayscale: #111111. Windows color (decimal): -15658232 or 529169. OLE color: 529169.

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

Color convert

RGB 17 19 8 -
CMYK 0.11 0 0.58 0.93
HSL 70.91º 0.41% 0.05% -
HSV(B) 70.91º 0.58% 0.07% -
XYZ 0.51 0.6 0.32 -
YUV 17.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 17 19 8 0.11 0 0.58 0.93 70.91 0.41 0.05
Hex 11 13 8 B 0 3A 5D 47 29 5
Octal 21 23 10 13 0 72 135 107 51 5
Binary 10001 10011 1000 1011 0 111010 1011101 1000111 101001 101

Color Harmonies of #111308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111308

Black with #111308

Text Example


Text Example

White with #111308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111308; }

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

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

background-color css

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

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

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

border-color css

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

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

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