Html Css Color HEX #131704 Green Waterloo

📋 copy color: '#131704'

red 19 ◦ green 23 ◦ blue 4

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

Shades of Green Waterloo #131704

Tints of Green Waterloo #131704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 8.7%

R = 41.3%
G = 50%
B = 8.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.91

RGB Variations

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

Color information

#131704 (or 0x131704) is known color: Green Waterloo. HEX triplet: 13, 17 and 04. RGB value is (19,23,4). Sum of RGB (Red+Green+Blue) = 19+23+4=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #131704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131704 is #ECE8FB. Grayscale: #131313. Windows color (decimal): -15526140 or 268051. OLE color: 268051.

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

Color convert

RGB 19 23 4 -
CMYK 0.17 0 0.83 0.91
HSL 72.63º 0.7% 0.05% -
HSV(B) 72.63º 0.83% 0.09% -
XYZ 0.6 0.76 0.23 -
YUV 19.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 19 23 4 0.17 0 0.83 0.91 72.63 0.7 0.05
Hex 13 17 4 11 0 53 5B 49 46 5
Octal 23 27 4 21 0 123 133 111 106 5
Binary 10011 10111 100 10001 0 1010011 1011011 1001001 1000110 101

Color Harmonies of #131704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131704

Black with #131704

Text Example


Text Example

White with #131704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131704; }

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

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

background-color css

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

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

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

border-color css

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

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

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