Html Css Color HEX #10110C Green Waterloo

📋 copy color: '#10110C'

red 16 ◦ green 17 ◦ blue 12

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

Shades of Green Waterloo #10110C

Tints of Green Waterloo #10110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 26.67%

R = 35.56%
G = 37.78%
B = 26.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.93

RGB Variations

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

Color information

#10110C (or 0x10110C) is known color: Green Waterloo. HEX triplet: 10, 11 and 0C. RGB value is (16,17,12). Sum of RGB (Red+Green+Blue) = 16+17+12=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 17 - color contains mainly: green. Hex color #10110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10110C is #EFEEF3. Grayscale: #101010. Windows color (decimal): -15724276 or 790800. OLE color: 790800.

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

Color convert

RGB 16 17 12 -
CMYK 0.06 0 0.29 0.93
HSL 72º 0.17% 0.06% -
HSV(B) 72º 0.29% 0.07% -
XYZ 0.48 0.54 0.43 -
YUV 16.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 16 17 12 0.06 0 0.29 0.93 72 0.17 0.06
Hex 10 11 C 6 0 1D 5D 48 11 6
Octal 20 21 14 6 0 35 135 110 21 6
Binary 10000 10001 1100 110 0 11101 1011101 1001000 10001 110

Color Harmonies of #10110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10110C

Black with #10110C

Text Example


Text Example

White with #10110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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