#131608

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

Shades of Green Waterloo #131608

Tints of Green Waterloo #131608

Color information

#131608 (or 0x131608) is unknown color: approx Green Waterloo. HEX triplet: 13, 16 and 08. RGB value is (19,22,8). Sum of RGB (Red+Green+Blue) = 19+22+8=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #131608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131608 is #ECE9F7. Grayscale: #131313. Windows color (decimal): -15526392 or 529939. OLE color: 529939.

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

Color convert

RGB19228-
CMYK0.1400.640.91
HSL72.86º46.67%5.88%-
HSV(B)72.86º63.64%8.63%-
XYZ0.60.730.34-
YUV19.51121.51127.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 22 (8.98% from 255) = 44.90%
BLUE value IS 8 (3.52% from 255) = 16.33%
R=38.78%
G=44.90%
B=16.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192280.1400.640.9172.8646.675.88
Hex13168E0405B492f6
Octal232610160100133111576
Binary1001110110100011100100000010110111001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131608; }

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

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

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

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

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

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

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

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