#131900

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

Shades of Green Waterloo #131900

Tints of Green Waterloo #131900

Color information

#131900 (or 0x131900) is unknown color: approx Green Waterloo. HEX triplet: 13, 19 and 00. RGB value is (19,25,0). Sum of RGB (Red+Green+Blue) = 19+25+0=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 25 (10.16% from 255 or 56.82% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 25 - color contains mainly: green. Hex color #131900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131900 is #ECE6FF. Grayscale: #141414. Windows color (decimal): -15525632 or 6419. OLE color: 6419.

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

Color convert

RGB19250-
CMYK0.24010.90
HSL74.4º100%4.9%-
HSV(B)74.4º100%9.8%-
XYZ0.620.830.13-
YUV20.36116.51127.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 25 (10.16% from 255) = 56.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.18%
G=56.82%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal192500.24010.9074.41004.9
Hex13190180645A4a645
Octal233103001441321121445
Binary100111100101100001100100101101010010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131900; }

 p { color: rgb(19,25,0); }

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

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

 a { background-color: rgb(19,25,0); }

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

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

 span { border-color: rgb(19,25,0); }

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