Html Css Color HEX #131706 Green Waterloo

📋 copy color: '#131706'

red 19 ◦ green 23 ◦ blue 6

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

Shades of Green Waterloo #131706

Tints of Green Waterloo #131706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 47.92%

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

R = 39.58%
G = 47.92%
B = 12.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.91

RGB Variations

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

Color information

#131706 (or 0x131706) is known color: Green Waterloo. HEX triplet: 13, 17 and 06. RGB value is (19,23,6). Sum of RGB (Red+Green+Blue) = 19+23+6=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #131706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131706 is #ECE8F9. Grayscale: #131313. Windows color (decimal): -15526138 or 399123. OLE color: 399123.

HSL color Cylindrical-coordinate representation of color #131706: hue angle of 74.12º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131706 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 23 6 -
CMYK 0.17 0 0.74 0.91
HSL 74.12º 0.59% 0.06% -
HSV(B) 74.12º 0.74% 0.09% -
XYZ 0.61 0.76 0.29 -
YUV 19.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 19 23 6 0.17 0 0.74 0.91 74.12 0.59 0.06
Hex 13 17 6 11 0 4A 5B 4A 3B 6
Octal 23 27 6 21 0 112 133 112 73 6
Binary 10011 10111 110 10001 0 1001010 1011011 1001010 111011 110

Color Harmonies of #131706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131706

Black with #131706

Text Example


Text Example

White with #131706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131706; }

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

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

background-color css

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

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

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

border-color css

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

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

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