#181913

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

Shades of Green Waterloo #181913

Tints of Green Waterloo #181913

Color information

#181913 (or 0x181913) is unknown color: approx Green Waterloo. HEX triplet: 18, 19 and 13. RGB value is (24,25,19). Sum of RGB (Red+Green+Blue) = 24+25+19=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 25 - color contains mainly: green. Hex color #181913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181913 is #E7E6EC. Grayscale: #181818. Windows color (decimal): -15197933 or 1251608. OLE color: 1251608.

HSL color Cylindrical-coordinate representation of color #181913: hue angle of 70º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #181913 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB242519-
CMYK0.0400.240.90
HSL70º13.64%8.63%-
HSV(B)70º24%9.8%-
XYZ0.840.940.75-
YUV24.02125.17127.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.29%
GREEN value IS 25 (10.16% from 255) = 36.76%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=35.29%
G=36.76%
B=27.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2425190.0400.240.907013.648.63
Hex18191340185A46e9
Octal30312340301321061611
Binary1100011001100111000110001011010100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181913; }

 p { color: rgb(24,25,19); }

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

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

 a { background-color: rgb(24,25,19); }

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

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

 span { border-color: rgb(24,25,19); }

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