#131703

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

Shades of Green Waterloo #131703

Tints of Green Waterloo #131703

Color information

#131703 (or 0x131703) is unknown color: approx Green Waterloo. HEX triplet: 13, 17 and 03. RGB value is (19,23,3). Sum of RGB (Red+Green+Blue) = 19+23+3=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 23 (9.38% from 255 or 51.11% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 23 - color contains mainly: green. Hex color #131703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131703 is #ECE8FC. Grayscale: #131313. Windows color (decimal): -15526141 or 202515. OLE color: 202515.

HSL color Cylindrical-coordinate representation of color #131703: hue angle of 72º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131703 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.91.

Color convert

RGB19233-
CMYK0.1700.870.91
HSL72º76.92%5.1%-
HSV(B)72º86.96%9.02%-
XYZ0.590.760.2-
YUV19.52118.67127.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 23 (9.38% from 255) = 51.11%
BLUE value IS 3 (1.56% from 255) = 6.67%
R=42.22%
G=51.11%
B=6.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192330.1700.870.917276.925.1
Hex13173110575B484d5
Octal232732101271331101155
Binary1001110111111000101010111101101110010001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131703; }

 p { color: rgb(19,23,3); }

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

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

 a { background-color: rgb(19,23,3); }

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

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

 span { border-color: rgb(19,23,3); }

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