#131505

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

Shades of Green Waterloo #131505

Tints of Green Waterloo #131505

Color information

#131505 (or 0x131505) is unknown color: approx Green Waterloo. HEX triplet: 13, 15 and 05. RGB value is (19,21,5). Sum of RGB (Red+Green+Blue) = 19+21+5=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #131505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131505 is #ECEAFA. Grayscale: #121212. Windows color (decimal): -15526651 or 333075. OLE color: 333075.

HSL color Cylindrical-coordinate representation of color #131505: hue angle of 67.5º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131505 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.92.

Color convert

RGB19215-
CMYK0.1000.760.92
HSL67.5º61.54%5.1%-
HSV(B)67.5º76.19%8.24%-
XYZ0.560.690.25-
YUV18.58120.34128.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 21 (8.59% from 255) = 46.67%
BLUE value IS 5 (2.34% from 255) = 11.11%
R=42.22%
G=46.67%
B=11.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal192150.1000.760.9267.561.545.1
Hex13155A04C5C443e5
Octal23255120114134104765
Binary100111010110110100100110010111001000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131505; }

 p { color: rgb(19,21,5); }

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

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

 a { background-color: rgb(19,21,5); }

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

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

 span { border-color: rgb(19,21,5); }

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