#131602

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

Shades of Green Waterloo #131602

Tints of Green Waterloo #131602

Color information

#131602 (or 0x131602) is unknown color: approx Green Waterloo. HEX triplet: 13, 16 and 02. RGB value is (19,22,2). Sum of RGB (Red+Green+Blue) = 19+22+2=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #131602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131602 is #ECE9FD. Grayscale: #121212. Windows color (decimal): -15526398 or 136723. OLE color: 136723.

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

Color convert

RGB19222-
CMYK0.1400.910.91
HSL69º83.33%4.71%-
HSV(B)69º90.91%8.63%-
XYZ0.570.720.17-
YUV18.82118.51128.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 44.19%
GREEN value IS 22 (8.98% from 255) = 51.16%
BLUE value IS 2 (1.17% from 255) = 4.65%
R=44.19%
G=51.16%
B=4.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192220.1400.910.916983.334.71
Hex13162E05B5B45535
Octal232621601331331051235
Binary100111011010111001011011101101110001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131602; }

 p { color: rgb(19,22,2); }

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

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

 a { background-color: rgb(19,22,2); }

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

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

 span { border-color: rgb(19,22,2); }

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