#131706

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

Shades of Green Waterloo #131706

Tints of Green Waterloo #131706

Color information

#131706 (or 0x131706) is unknown color: approx Green Waterloo. HEX triplet: 13, 17 and 06. RGB value is (19,23,6). Sum of RGB (Red+Green+Blue) = 19+23+6=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #131706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131706 is #ECE8F9. Grayscale: #131313. Windows color (decimal): -15526138 or 399123. OLE color: 399123.

HSL color Cylindrical-coordinate representation of color #131706: hue angle of 74.12º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131706 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB19236-
CMYK0.1700.740.91
HSL74.12º58.62%5.69%-
HSV(B)74.12º73.91%9.02%-
XYZ0.610.760.29-
YUV19.87120.17127.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 23 (9.38% from 255) = 47.92%
BLUE value IS 6 (2.73% from 255) = 12.5%
R=39.58%
G=47.92%
B=12.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192360.1700.740.9174.1258.625.69
Hex131761104A5B4a3b6
Octal23276210112133112736
Binary1001110111110100010100101010110111001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131706; }

 p { color: rgb(19,23,6); }

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

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

 a { background-color: rgb(19,23,6); }

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

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

 span { border-color: rgb(19,23,6); }

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