#13150C

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

Shades of Green Waterloo #13150C

Tints of Green Waterloo #13150C

Color information

#13150C (or 0x13150C) is unknown color: approx Green Waterloo. HEX triplet: 13, 15 and 0C. RGB value is (19,21,12). Sum of RGB (Red+Green+Blue) = 19+21+12=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 21 - color contains mainly: green. Hex color #13150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13150C is #ECEAF3. Grayscale: #131313. Windows color (decimal): -15526644 or 791827. OLE color: 791827.

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

Color convert

RGB192112-
CMYK0.1000.430.92
HSL73.33º27.27%6.47%-
HSV(B)73.33º42.86%8.24%-
XYZ0.60.70.45-
YUV19.38123.84127.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=36.54%
G=40.38%
B=23.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1921120.1000.430.9273.3327.276.47
Hex1315CA02B5C491b6
Octal23251412053134111336
Binary10011101011100101001010111011100100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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