Html Css Color HEX #13150B Green Waterloo

📋 copy color: '#13150B'

red 19 ◦ green 21 ◦ blue 11

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

Shades of Green Waterloo #13150B

Tints of Green Waterloo #13150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 41.18%

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

R = 37.25%
G = 41.18%
B = 21.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#13150B (or 0x13150B) is known color: Green Waterloo. HEX triplet: 13, 15 and 0B. RGB value is (19,21,11). Sum of RGB (Red+Green+Blue) = 19+21+11=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 21 - color contains mainly: green. Hex color #13150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13150B is #ECEAF4. Grayscale: #131313. Windows color (decimal): -15526645 or 726291. OLE color: 726291.

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

Color convert

RGB 19 21 11 -
CMYK 0.10 0 0.48 0.92
HSL 72º 0.31% 0.06% -
HSV(B) 72º 0.48% 0.08% -
XYZ 0.6 0.7 0.42 -
YUV 19.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 19 21 11 0.10 0 0.48 0.92 72 0.31 0.06
Hex 13 15 B A 0 30 5C 48 1F 6
Octal 23 25 13 12 0 60 134 110 37 6
Binary 10011 10101 1011 1010 0 110000 1011100 1001000 11111 110

Color Harmonies of #13150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13150B

Black with #13150B

Text Example


Text Example

White with #13150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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