Html Css Color HEX #10110A Green Waterloo

📋 copy color: '#10110A'

red 16 ◦ green 17 ◦ blue 10

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

Shades of Green Waterloo #10110A

Tints of Green Waterloo #10110A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 23.26%

R = 37.21%
G = 39.53%
B = 23.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.93

RGB Variations

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

Color information

#10110A (or 0x10110A) is known color: Green Waterloo. HEX triplet: 10, 11 and 0A. RGB value is (16,17,10). Sum of RGB (Red+Green+Blue) = 16+17+10=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 17 - color contains mainly: green. Hex color #10110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10110A is #EFEEF5. Grayscale: #0F0F0F. Windows color (decimal): -15724278 or 659728. OLE color: 659728.

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

Color convert

RGB 16 17 10 -
CMYK 0.06 0 0.41 0.93
HSL 68.57º 0.26% 0.05% -
HSV(B) 68.57º 0.41% 0.07% -
XYZ 0.47 0.53 0.37 -
YUV 15.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 16 17 10 0.06 0 0.41 0.93 68.57 0.26 0.05
Hex 10 11 A 6 0 29 5D 45 1A 5
Octal 20 21 12 6 0 51 135 105 32 5
Binary 10000 10001 1010 110 0 101001 1011101 1000101 11010 101

Color Harmonies of #10110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10110A

Black with #10110A

Text Example


Text Example

White with #10110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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