Html Css Color HEX #181914 Green Waterloo

📋 copy color: '#181914'

red 24 ◦ green 25 ◦ blue 20

#181914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #181914

Tints of Green Waterloo #181914

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.2% from 255) = 28.99%

R = 34.78%
G = 36.23%
B = 28.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#181914 (or 0x181914) is known color: 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

RGB 24 25 20 -
CMYK 0.04 0 0.20 0.90
HSL 72º 0.11% 0.09% -
HSV(B) 72º 0.2% 0.1% -
XYZ 0.85 0.94 0.8 -
YUV 24.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 24 25 20 0.04 0 0.20 0.90 72 0.11 0.09
Hex 18 19 14 4 0 14 5A 48 B 9
Octal 30 31 24 4 0 24 132 110 13 11
Binary 11000 11001 10100 100 0 10100 1011010 1001000 1011 1001

Color Harmonies of #181914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181914

Black with #181914

Text Example


Text Example

White with #181914

Text Example


Text Example

HTML Codes & Css Web 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>