#131504

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

Shades of Green Waterloo #131504

Tints of Green Waterloo #131504

Color information

#131504 (or 0x131504) is unknown color: approx Green Waterloo. HEX triplet: 13, 15 and 04. RGB value is (19,21,4). Sum of RGB (Red+Green+Blue) = 19+21+4=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #131504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131504 is #ECEAFB. Grayscale: #121212. Windows color (decimal): -15526652 or 267539. OLE color: 267539.

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

Color convert

RGB19214-
CMYK0.1000.810.92
HSL67.06º68%4.9%-
HSV(B)67.06º80.95%8.24%-
XYZ0.560.680.22-
YUV18.46119.84128.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 21 (8.59% from 255) = 47.73%
BLUE value IS 4 (1.95% from 255) = 9.09%
R=43.18%
G=47.73%
B=9.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal192140.1000.810.9267.06684.9
Hex13154A0515C43445
Octal232541201211341031045
Binary1001110101100101001010001101110010000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131504; }

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

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

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

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

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

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

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

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