Html Css Color HEX #131600 Green Waterloo

📋 copy color: '#131600'

red 19 ◦ green 22 ◦ blue 0

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

Shades of Green Waterloo #131600

Tints of Green Waterloo #131600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 53.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.34%
G = 53.66%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#131600 (or 0x131600) is known color: Green Waterloo. HEX triplet: 13, 16 and 00. RGB value is (19,22,0). Sum of RGB (Red+Green+Blue) = 19+22+0=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #131600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131600 is #ECE9FF. Grayscale: #121212. Windows color (decimal): -15526400 or 5651. OLE color: 5651.

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

Color convert

RGB 19 22 0 -
CMYK 0.14 0 1 0.91
HSL 68.18º 1% 0.04% -
HSV(B) 68.18º 1% 0.09% -
XYZ 0.56 0.71 0.11 -
YUV 18.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 19 22 0 0.14 0 1 0.91 68.18 1 0.04
Hex 13 16 0 E 0 64 5B 44 64 4
Octal 23 26 0 16 0 144 133 104 144 4
Binary 10011 10110 0 1110 0 1100100 1011011 1000100 1100100 100

Color Harmonies of #131600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131600

Black with #131600

Text Example


Text Example

White with #131600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131600; }

 p { color: rgb(19,22,0); }

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

background-color css

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

 a { background-color: rgb(19,22,0); }

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

border-color css

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

 span { border-color: rgb(19,22,0); }

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