#17190A

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

Shades of Green Waterloo #17190A

Tints of Green Waterloo #17190A

Color information

#17190A (or 0x17190A) is unknown color: approx Green Waterloo. HEX triplet: 17, 19 and 0A. RGB value is (23,25,10). Sum of RGB (Red+Green+Blue) = 23+25+10=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #17190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17190A is #E8E6F5. Grayscale: #161616. Windows color (decimal): -15263478 or 661783. OLE color: 661783.

HSL color Cylindrical-coordinate representation of color #17190A: hue angle of 68º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #17190A is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB232510-
CMYK0.0800.600.90
HSL68º42.86%6.86%-
HSV(B)68º60%9.8%-
XYZ0.760.90.42-
YUV22.69120.84128.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 39.66%
GREEN value IS 25 (10.16% from 255) = 43.10%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=39.66%
G=43.10%
B=17.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2325100.0800.600.906842.866.86
Hex1719A803C5A442b7
Octal27311210074132104537
Binary101111100110101000011110010110101000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,25,10); }

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

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

 a { background-color: rgb(23,25,10); }

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

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

 span { border-color: rgb(23,25,10); }

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