#131605

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

Shades of Green Waterloo #131605

Tints of Green Waterloo #131605

Color information

#131605 (or 0x131605) is unknown color: approx Green Waterloo. HEX triplet: 13, 16 and 05. RGB value is (19,22,5). Sum of RGB (Red+Green+Blue) = 19+22+5=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #131605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131605 is #ECE9FA. Grayscale: #131313. Windows color (decimal): -15526395 or 333331. OLE color: 333331.

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

Color convert

RGB19225-
CMYK0.1400.770.91
HSL70.59º62.96%5.29%-
HSV(B)70.59º77.27%8.63%-
XYZ0.580.720.25-
YUV19.16120.01127.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 22 (8.98% from 255) = 47.83%
BLUE value IS 5 (2.34% from 255) = 10.87%
R=41.30%
G=47.83%
B=10.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192250.1400.770.9170.5962.965.29
Hex13165E04D5B473f5
Octal23265160115133107775
Binary100111011010111100100110110110111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131605; }

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

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

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

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

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

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

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

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