Html Css Color HEX #111304 Green Waterloo

📋 copy color: '#111304'

red 17 ◦ green 19 ◦ blue 4

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

Shades of Green Waterloo #111304

Tints of Green Waterloo #111304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 10%

R = 42.5%
G = 47.5%
B = 10%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#111304 (or 0x111304) is known color: Green Waterloo. HEX triplet: 11, 13 and 04. RGB value is (17,19,4). Sum of RGB (Red+Green+Blue) = 17+19+4=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #111304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111304 is #EEECFB. Grayscale: #101010. Windows color (decimal): -15658236 or 267025. OLE color: 267025.

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

Color convert

RGB 17 19 4 -
CMYK 0.11 0 0.79 0.93
HSL 68º 0.65% 0.05% -
HSV(B) 68º 0.79% 0.07% -
XYZ 0.49 0.59 0.2 -
YUV 16.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 17 19 4 0.11 0 0.79 0.93 68 0.65 0.05
Hex 11 13 4 B 0 4F 5D 44 41 5
Octal 21 23 4 13 0 117 135 104 101 5
Binary 10001 10011 100 1011 0 1001111 1011101 1000100 1000001 101

Color Harmonies of #111304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111304

Black with #111304

Text Example


Text Example

White with #111304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111304; }

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

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

background-color css

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

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

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

border-color css

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

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

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