Html Css Color HEX #13140B Green Waterloo

📋 copy color: '#13140B'

red 19 ◦ green 20 ◦ blue 11

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

Shades of Green Waterloo #13140B

Tints of Green Waterloo #13140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 22%

R = 38%
G = 40%
B = 22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#13140B (or 0x13140B) is known color: Green Waterloo. HEX triplet: 13, 14 and 0B. RGB value is (19,20,11). Sum of RGB (Red+Green+Blue) = 19+20+11=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 20 - color contains mainly: green. Hex color #13140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13140B is #ECEBF4. Grayscale: #121212. Windows color (decimal): -15526901 or 726035. OLE color: 726035.

HSL color Cylindrical-coordinate representation of color #13140B: hue angle of 66.67º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #13140B is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 20 11 -
CMYK 0.05 0 0.45 0.92
HSL 66.67º 0.29% 0.06% -
HSV(B) 66.67º 0.45% 0.08% -
XYZ 0.58 0.66 0.41 -
YUV 18.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 19 20 11 0.05 0 0.45 0.92 66.67 0.29 0.06
Hex 13 14 B 5 0 2D 5C 43 1D 6
Octal 23 24 13 5 0 55 134 103 35 6
Binary 10011 10100 1011 101 0 101101 1011100 1000011 11101 110

Color Harmonies of #13140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13140B

Black with #13140B

Text Example


Text Example

White with #13140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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