Html Css Color HEX #13140E Green Waterloo

📋 copy color: '#13140E'

red 19 ◦ green 20 ◦ blue 14

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

Shades of Green Waterloo #13140E

Tints of Green Waterloo #13140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 37.74%

 BLUE value IS 14 (5.86% from 255) = 26.42%

R = 35.85%
G = 37.74%
B = 26.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#13140E (or 0x13140E) is known color: Green Waterloo. HEX triplet: 13, 14 and 0E. RGB value is (19,20,14). Sum of RGB (Red+Green+Blue) = 19+20+14=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 20 - color contains mainly: green. Hex color #13140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13140E is #ECEBF1. Grayscale: #131313. Windows color (decimal): -15526898 or 922643. OLE color: 922643.

HSL color Cylindrical-coordinate representation of color #13140E: hue angle of 70º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #13140E is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 20 14 -
CMYK 0.05 0 0.30 0.92
HSL 70º 0.18% 0.07% -
HSV(B) 70º 0.3% 0.08% -
XYZ 0.6 0.67 0.51 -
YUV 19.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 19 20 14 0.05 0 0.30 0.92 70 0.18 0.07
Hex 13 14 E 5 0 1E 5C 46 12 7
Octal 23 24 16 5 0 36 134 106 22 7
Binary 10011 10100 1110 101 0 11110 1011100 1000110 10010 111

Color Harmonies of #13140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13140E

Black with #13140E

Text Example


Text Example

White with #13140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13140E; }

 p { color: rgb(19,20,14); }

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

background-color css

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

 a { background-color: rgb(19,20,14); }

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

border-color css

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

 span { border-color: rgb(19,20,14); }

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