#131700

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

Shades of Green Waterloo #131700

Tints of Green Waterloo #131700

Color information

#131700 (or 0x131700) is unknown color: approx Green Waterloo. HEX triplet: 13, 17 and 00. RGB value is (19,23,0). Sum of RGB (Red+Green+Blue) = 19+23+0=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #131700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131700 is #ECE8FF. Grayscale: #131313. Windows color (decimal): -15526144 or 5907. OLE color: 5907.

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

Color convert

RGB19230-
CMYK0.17010.91
HSL70.43º100%4.51%-
HSV(B)70.43º100%9.02%-
XYZ0.570.750.11-
YUV19.18117.17127.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 23 (9.38% from 255) = 54.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.24%
G=54.76%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192300.17010.9170.431004.51
Hex13170110645B46645
Octal232702101441331061445
Binary100111011101000101100100101101110001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131700; }

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

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

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

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

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

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

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

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