Html Css Color HEX #11120B Green Waterloo

📋 copy color: '#11120B'

red 17 ◦ green 18 ◦ blue 11

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

Shades of Green Waterloo #11120B

Tints of Green Waterloo #11120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 39.13%

 BLUE value IS 11 (4.69% from 255) = 23.91%

R = 36.96%
G = 39.13%
B = 23.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#11120B (or 0x11120B) is known color: Green Waterloo. HEX triplet: 11, 12 and 0B. RGB value is (17,18,11). Sum of RGB (Red+Green+Blue) = 17+18+11=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 18 - color contains mainly: green. Hex color #11120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11120B is #EEEDF4. Grayscale: #101010. Windows color (decimal): -15658485 or 725521. OLE color: 725521.

HSL color Cylindrical-coordinate representation of color #11120B: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #11120B is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 18 11 -
CMYK 0.06 0 0.39 0.93
HSL 68.57º 0.24% 0.06% -
HSV(B) 68.57º 0.39% 0.07% -
XYZ 0.51 0.58 0.4 -
YUV 16.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 17 18 11 0.06 0 0.39 0.93 68.57 0.24 0.06
Hex 11 12 B 6 0 27 5D 45 18 6
Octal 21 22 13 6 0 47 135 105 30 6
Binary 10001 10010 1011 110 0 100111 1011101 1000101 11000 110

Color Harmonies of #11120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11120B

Black with #11120B

Text Example


Text Example

White with #11120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11120B; }

 p { color: rgb(17,18,11); }

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

background-color css

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

 a { background-color: rgb(17,18,11); }

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

border-color css

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

 span { border-color: rgb(17,18,11); }

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