Html Css Color HEX #10110B Green Waterloo

📋 copy color: '#10110B'

red 16 ◦ green 17 ◦ blue 11

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

Shades of Green Waterloo #10110B

Tints of Green Waterloo #10110B

RGB

 RED value IS 16 (6.64% from 255) = 36.36%

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

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

R = 36.36%
G = 38.64%
B = 25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.93

RGB Variations

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

Color information

#10110B (or 0x10110B) is known color: Green Waterloo. HEX triplet: 10, 11 and 0B. RGB value is (16,17,11). Sum of RGB (Red+Green+Blue) = 16+17+11=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 17 - color contains mainly: green. Hex color #10110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10110B is #EFEEF4. Grayscale: #101010. Windows color (decimal): -15724277 or 725264. OLE color: 725264.

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

Color convert

RGB 16 17 11 -
CMYK 0.06 0 0.35 0.93
HSL 70º 0.21% 0.05% -
HSV(B) 70º 0.35% 0.07% -
XYZ 0.47 0.54 0.39 -
YUV 16.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 16 17 11 0.06 0 0.35 0.93 70 0.21 0.05
Hex 10 11 B 6 0 23 5D 46 15 5
Octal 20 21 13 6 0 43 135 106 25 5
Binary 10000 10001 1011 110 0 100011 1011101 1000110 10101 101

Color Harmonies of #10110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10110B

Black with #10110B

Text Example


Text Example

White with #10110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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