#13150B

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

Shades of Green Waterloo #13150B

Tints of Green Waterloo #13150B

Color information

#13150B (or 0x13150B) is unknown color: approx Green Waterloo. HEX triplet: 13, 15 and 0B. RGB value is (19,21,11). Sum of RGB (Red+Green+Blue) = 19+21+11=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 21 - color contains mainly: green. Hex color #13150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13150B is #ECEAF4. Grayscale: #131313. Windows color (decimal): -15526645 or 726291. OLE color: 726291.

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

Color convert

RGB192111-
CMYK0.1000.480.92
HSL72º31.25%6.27%-
HSV(B)72º47.62%8.24%-
XYZ0.60.70.42-
YUV19.26123.34127.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 21 (8.59% from 255) = 41.18%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=37.25%
G=41.18%
B=21.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1921110.1000.480.927231.256.27
Hex1315BA0305C481f6
Octal23251312060134110376
Binary10011101011011101001100001011100100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13150B; }

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

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

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

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

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

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

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

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