#101204

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

Shades of Green Waterloo #101204

Tints of Green Waterloo #101204

Color information

#101204 (or 0x101204) is unknown color: approx Green Waterloo. HEX triplet: 10, 12 and 04. RGB value is (16,18,4). Sum of RGB (Red+Green+Blue) = 16+18+4=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #101204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101204 is #EFEDFB. Grayscale: #0F0F0F. Windows color (decimal): -15724028 or 266768. OLE color: 266768.

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

Color convert

RGB16184-
CMYK0.1100.780.93
HSL68.57º63.64%4.31%-
HSV(B)68.57º77.78%7.06%-
XYZ0.450.550.2-
YUV15.81121.34128.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 42.11%
GREEN value IS 18 (7.42% from 255) = 47.37%
BLUE value IS 4 (1.95% from 255) = 10.53%
R=42.11%
G=47.37%
B=10.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161840.1100.780.9368.5763.644.31
Hex10124B04E5D45404
Octal202241301161351051004
Binary1000010010100101101001110101110110001011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101204; }

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

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

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

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

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

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

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

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