#191A10

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

Shades of Green Waterloo #191A10

Tints of Green Waterloo #191A10

Color information

#191A10 (or 0x191A10) is unknown color: approx Green Waterloo. HEX triplet: 19, 1A and 10. RGB value is (25,26,16). Sum of RGB (Red+Green+Blue) = 25+26+16=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 26 - color contains mainly: green. Hex color #191A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191A10 is #E6E5EF. Grayscale: #181818. Windows color (decimal): -15132144 or 1055257. OLE color: 1055257.

HSL color Cylindrical-coordinate representation of color #191A10: hue angle of 66º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #191A10 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.

Color convert

RGB252616-
CMYK0.0400.380.90
HSL66º23.81%8.24%-
HSV(B)66º38.46%10.2%-
XYZ0.860.980.63-
YUV24.56123.17128.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.31%
GREEN value IS 26 (10.55% from 255) = 38.81%
BLUE value IS 16 (6.64% from 255) = 23.88%
R=37.31%
G=38.81%
B=23.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2526160.0400.380.906623.818.24
Hex191A1040265A42188
Octal31322040461321023010
Binary110011101010000100010011010110101000010110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191A10; }

 p { color: rgb(25,26,16); }

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

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

 a { background-color: rgb(25,26,16); }

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

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

 span { border-color: rgb(25,26,16); }

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