Html Css Color HEX #131606 Green Waterloo

📋 copy color: '#131606'

red 19 ◦ green 22 ◦ blue 6

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

Shades of Green Waterloo #131606

Tints of Green Waterloo #131606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 12.77%

R = 40.43%
G = 46.81%
B = 12.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.91

RGB Variations

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

Color information

#131606 (or 0x131606) is known color: Green Waterloo. HEX triplet: 13, 16 and 06. RGB value is (19,22,6). Sum of RGB (Red+Green+Blue) = 19+22+6=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #131606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131606 is #ECE9F9. Grayscale: #131313. Windows color (decimal): -15526394 or 398867. OLE color: 398867.

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

Color convert

RGB 19 22 6 -
CMYK 0.14 0 0.73 0.91
HSL 71.25º 0.57% 0.05% -
HSV(B) 71.25º 0.73% 0.09% -
XYZ 0.59 0.73 0.28 -
YUV 19.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 19 22 6 0.14 0 0.73 0.91 71.25 0.57 0.05
Hex 13 16 6 E 0 49 5B 47 39 5
Octal 23 26 6 16 0 111 133 107 71 5
Binary 10011 10110 110 1110 0 1001001 1011011 1000111 111001 101

Color Harmonies of #131606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131606

Black with #131606

Text Example


Text Example

White with #131606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131606; }

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

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

background-color css

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

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

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

border-color css

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

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

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