Html Css Color HEX #13140C Green Waterloo

📋 copy color: '#13140C'

red 19 ◦ green 20 ◦ blue 12

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

Shades of Green Waterloo #13140C

Tints of Green Waterloo #13140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 23.53%

R = 37.25%
G = 39.22%
B = 23.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.92

RGB Variations

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

Color information

#13140C (or 0x13140C) is known color: Green Waterloo. HEX triplet: 13, 14 and 0C. RGB value is (19,20,12). Sum of RGB (Red+Green+Blue) = 19+20+12=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 20 - color contains mainly: green. Hex color #13140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13140C is #ECEBF3. Grayscale: #121212. Windows color (decimal): -15526900 or 791571. OLE color: 791571.

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

Color convert

RGB 19 20 12 -
CMYK 0.05 0 0.40 0.92
HSL 67.5º 0.25% 0.06% -
HSV(B) 67.5º 0.4% 0.08% -
XYZ 0.59 0.67 0.45 -
YUV 18.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 19 20 12 0.05 0 0.40 0.92 67.5 0.25 0.06
Hex 13 14 C 5 0 28 5C 44 19 6
Octal 23 24 14 5 0 50 134 104 31 6
Binary 10011 10100 1100 101 0 101000 1011100 1000100 11001 110

Color Harmonies of #13140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13140C

Black with #13140C

Text Example


Text Example

White with #13140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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