#131509

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

Shades of Green Waterloo #131509

Tints of Green Waterloo #131509

Color information

#131509 (or 0x131509) is unknown color: approx Green Waterloo. HEX triplet: 13, 15 and 09. RGB value is (19,21,9). Sum of RGB (Red+Green+Blue) = 19+21+9=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #131509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131509 is #ECEAF6. Grayscale: #131313. Windows color (decimal): -15526647 or 595219. OLE color: 595219.

HSL color Cylindrical-coordinate representation of color #131509: hue angle of 70º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #131509 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB19219-
CMYK0.1000.570.92
HSL70º40%5.88%-
HSV(B)70º57.14%8.24%-
XYZ0.590.690.36-
YUV19.03122.34127.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=38.78%
G=42.86%
B=18.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal192190.1000.570.9270405.88
Hex13159A0395C46286
Octal23251112071134106506
Binary100111010110011010011100110111001000110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131509; }

 p { color: rgb(19,21,9); }

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

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

 a { background-color: rgb(19,21,9); }

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

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

 span { border-color: rgb(19,21,9); }

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