Html Css Color HEX #131703 Green Waterloo

📋 copy color: '#131703'

red 19 ◦ green 23 ◦ blue 3

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

Shades of Green Waterloo #131703

Tints of Green Waterloo #131703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 6.67%

R = 42.22%
G = 51.11%
B = 6.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.91

RGB Variations

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

Color information

#131703 (or 0x131703) is known color: Green Waterloo. HEX triplet: 13, 17 and 03. RGB value is (19,23,3). Sum of RGB (Red+Green+Blue) = 19+23+3=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 23 (9.38% from 255 or 51.11% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 23 - color contains mainly: green. Hex color #131703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131703 is #ECE8FC. Grayscale: #131313. Windows color (decimal): -15526141 or 202515. OLE color: 202515.

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

Color convert

RGB 19 23 3 -
CMYK 0.17 0 0.87 0.91
HSL 72º 0.77% 0.05% -
HSV(B) 72º 0.87% 0.09% -
XYZ 0.59 0.76 0.2 -
YUV 19.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 19 23 3 0.17 0 0.87 0.91 72 0.77 0.05
Hex 13 17 3 11 0 57 5B 48 4D 5
Octal 23 27 3 21 0 127 133 110 115 5
Binary 10011 10111 11 10001 0 1010111 1011011 1001000 1001101 101

Color Harmonies of #131703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131703

Black with #131703

Text Example


Text Example

White with #131703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131703; }

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

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

background-color css

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

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

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

border-color css

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

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

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