#101205

Color #101205 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #101205

Tints of Green Waterloo #101205

Color information

#101205 (or 0x101205) is unknown color: approx Green Waterloo. HEX triplet: 10, 12 and 05. RGB value is (16,18,5). Sum of RGB (Red+Green+Blue) = 16+18+5=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 18 - color contains mainly: green. Hex color #101205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101205 is #EFEDFA. Grayscale: #0F0F0F. Windows color (decimal): -15724027 or 332304. OLE color: 332304.

HSL color Cylindrical-coordinate representation of color #101205: hue angle of 69.23º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #101205 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.

Color convert

RGB16185-
CMYK0.1100.720.93
HSL69.23º56.52%4.51%-
HSV(B)69.23º72.22%7.06%-
XYZ0.460.550.23-
YUV15.92121.84128.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 41.03%
GREEN value IS 18 (7.42% from 255) = 46.15%
BLUE value IS 5 (2.34% from 255) = 12.82%
R=41.03%
G=46.15%
B=12.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161850.1100.720.9369.2356.524.51
Hex10125B0485D45395
Octal20225130110135105715
Binary100001001010110110100100010111011000101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101205; }

 p { color: rgb(16,18,5); }

 H1.HeaderClassName
 {
   color: #101205;
 }
 .AnyTagClassName
 {
   color: #101205;
 }
</style>
background-color css

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

 a { background-color: rgb(16,18,5); }

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

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

 span { border-color: rgb(16,18,5); }

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