Html Css Color HEX #13140F Green Waterloo

📋 copy color: '#13140F'

red 19 ◦ green 20 ◦ blue 15

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

Shades of Green Waterloo #13140F

Tints of Green Waterloo #13140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 27.78%

R = 35.19%
G = 37.04%
B = 27.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#13140F (or 0x13140F) is known color: Green Waterloo. HEX triplet: 13, 14 and 0F. RGB value is (19,20,15). Sum of RGB (Red+Green+Blue) = 19+20+15=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 20 - color contains mainly: green. Hex color #13140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13140F is #ECEBF0. Grayscale: #131313. Windows color (decimal): -15526897 or 988179. OLE color: 988179.

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

Color convert

RGB 19 20 15 -
CMYK 0.05 0 0.25 0.92
HSL 72º 0.14% 0.07% -
HSV(B) 72º 0.25% 0.08% -
XYZ 0.6 0.67 0.55 -
YUV 19.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 19 20 15 0.05 0 0.25 0.92 72 0.14 0.07
Hex 13 14 F 5 0 19 5C 48 E 7
Octal 23 24 17 5 0 31 134 110 16 7
Binary 10011 10100 1111 101 0 11001 1011100 1001000 1110 111

Color Harmonies of #13140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13140F

Black with #13140F

Text Example


Text Example

White with #13140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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