#181914

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

Shades of Green Waterloo #181914

Tints of Green Waterloo #181914

Color information

#181914 (or 0x181914) is unknown color: approx Green Waterloo. HEX triplet: 18, 19 and 14. RGB value is (24,25,20). Sum of RGB (Red+Green+Blue) = 24+25+20=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 25 - color contains mainly: green. Hex color #181914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181914 is #E7E6EB. Grayscale: #181818. Windows color (decimal): -15197932 or 1317144. OLE color: 1317144.

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

Color convert

RGB242520-
CMYK0.0400.200.90
HSL72º11.11%8.82%-
HSV(B)72º20%9.8%-
XYZ0.850.940.8-
YUV24.13125.67127.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.78%
GREEN value IS 25 (10.16% from 255) = 36.23%
BLUE value IS 20 (8.20% from 255) = 28.99%
R=34.78%
G=36.23%
B=28.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2425200.0400.200.907211.118.82
Hex18191440145A48b9
Octal30312440241321101311
Binary1100011001101001000101001011010100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181914; }

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

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

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

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

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

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

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

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