Html Css Color HEX #111504 Green Waterloo

📋 copy color: '#111504'

red 17 ◦ green 21 ◦ blue 4

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

Shades of Green Waterloo #111504

Tints of Green Waterloo #111504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 50%

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

R = 40.48%
G = 50%
B = 9.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#111504 (or 0x111504) is known color: Green Waterloo. HEX triplet: 11, 15 and 04. RGB value is (17,21,4). Sum of RGB (Red+Green+Blue) = 17+21+4=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #111504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111504 is #EEEAFB. Grayscale: #111111. Windows color (decimal): -15657724 or 267537. OLE color: 267537.

HSL color Cylindrical-coordinate representation of color #111504: hue angle of 74.12º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #111504 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 21 4 -
CMYK 0.19 0 0.81 0.92
HSL 74.12º 0.68% 0.05% -
HSV(B) 74.12º 0.81% 0.08% -
XYZ 0.52 0.66 0.22 -
YUV 17.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 17 21 4 0.19 0 0.81 0.92 74.12 0.68 0.05
Hex 11 15 4 13 0 51 5C 4A 44 5
Octal 21 25 4 23 0 121 134 112 104 5
Binary 10001 10101 100 10011 0 1010001 1011100 1001010 1000100 101

Color Harmonies of #111504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111504

Black with #111504

Text Example


Text Example

White with #111504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111504; }

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

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

background-color css

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

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

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

border-color css

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

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

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