#131801

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

Shades of Green Waterloo #131801

Tints of Green Waterloo #131801

Color information

#131801 (or 0x131801) is unknown color: approx Green Waterloo. HEX triplet: 13, 18 and 01. RGB value is (19,24,1). Sum of RGB (Red+Green+Blue) = 19+24+1=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #131801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131801 is #ECE7FE. Grayscale: #131313. Windows color (decimal): -15525887 or 71699. OLE color: 71699.

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

Color convert

RGB19241-
CMYK0.2100.960.91
HSL73.04º92%4.9%-
HSV(B)73.04º95.83%9.41%-
XYZ0.60.790.15-
YUV19.88117.34127.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 24 (9.77% from 255) = 54.55%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=43.18%
G=54.55%
B=2.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192410.2100.960.9173.04924.9
Hex13181150605B495c5
Octal233012501401331111345
Binary100111100011010101100000101101110010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131801; }

 p { color: rgb(19,24,1); }

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

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

 a { background-color: rgb(19,24,1); }

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

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

 span { border-color: rgb(19,24,1); }

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