Html Css Color HEX #131801 Green Waterloo

📋 copy color: '#131801'

red 19 ◦ green 24 ◦ blue 1

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

Shades of Green Waterloo #131801

Tints of Green Waterloo #131801

RGB

 RED value IS 19 (7.81% from 255) = 43.18%

 GREEN value IS 24 (9.77% from 255) = 54.55%

 BLUE value IS 1 (0.78% from 255) = 2.27%

R = 43.18%
G = 54.55%
B = 2.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#131801 (or 0x131801) is known color: Green Waterloo. HEX triplet: 13, 18 and 01. RGB value is (19,24,1). Sum of RGB (Red+Green+Blue) = 19+24+1=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #131801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131801 is #ECE7FE. Grayscale: #131313. Windows color (decimal): -15525887 or 71699. OLE color: 71699.

HSL color Cylindrical-coordinate representation of color #131801: hue angle of 73.04º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #131801 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 24 1 -
CMYK 0.21 0 0.96 0.91
HSL 73.04º 0.92% 0.05% -
HSV(B) 73.04º 0.96% 0.09% -
XYZ 0.6 0.79 0.15 -
YUV 19.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 19 24 1 0.21 0 0.96 0.91 73.04 0.92 0.05
Hex 13 18 1 15 0 60 5B 49 5C 5
Octal 23 30 1 25 0 140 133 111 134 5
Binary 10011 11000 1 10101 0 1100000 1011011 1001001 1011100 101

Color Harmonies of #131801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131801

Black with #131801

Text Example


Text Example

White with #131801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131801; }

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

 H1.HeaderClassName
 {
   color: #131801;
 }
 .AnyTagClassName
 {
   color: #131801;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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