Html Css Color HEX #181913 Green Waterloo

📋 copy color: '#181913'

red 24 ◦ green 25 ◦ blue 19

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

Shades of Green Waterloo #181913

Tints of Green Waterloo #181913

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 value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

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

RGB 24 25 19 -
CMYK 0.04 0 0.24 0.90
HSL 70º 0.14% 0.09% -
HSV(B) 70º 0.24% 0.1% -
XYZ 0.84 0.94 0.75 -
YUV 24.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 24 25 19 0.04 0 0.24 0.90 70 0.14 0.09
Hex 18 19 13 4 0 18 5A 46 E 9
Octal 30 31 23 4 0 30 132 106 16 11
Binary 11000 11001 10011 100 0 11000 1011010 1000110 1110 1001

Color Harmonies of #181913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181913

Black with #181913

Text Example


Text Example

White with #181913

Text Example


Text Example

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