Html Css Color HEX #111306 Green Waterloo

📋 copy color: '#111306'

red 17 ◦ green 19 ◦ blue 6

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

Shades of Green Waterloo #111306

Tints of Green Waterloo #111306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 14.29%

R = 40.48%
G = 45.24%
B = 14.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#111306 (or 0x111306) is known color: Green Waterloo. HEX triplet: 11, 13 and 06. RGB value is (17,19,6). Sum of RGB (Red+Green+Blue) = 17+19+6=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #111306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111306 is #EEECF9. Grayscale: #101010. Windows color (decimal): -15658234 or 398097. OLE color: 398097.

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

Color convert

RGB 17 19 6 -
CMYK 0.11 0 0.68 0.93
HSL 69.23º 0.52% 0.05% -
HSV(B) 69.23º 0.68% 0.07% -
XYZ 0.5 0.6 0.26 -
YUV 16.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 17 19 6 0.11 0 0.68 0.93 69.23 0.52 0.05
Hex 11 13 6 B 0 44 5D 45 34 5
Octal 21 23 6 13 0 104 135 105 64 5
Binary 10001 10011 110 1011 0 1000100 1011101 1000101 110100 101

Color Harmonies of #111306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111306

Black with #111306

Text Example


Text Example

White with #111306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111306; }

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

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

background-color css

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

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

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

border-color css

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

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

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