Html Css Color HEX #131503 Green Waterloo

📋 copy color: '#131503'

red 19 ◦ green 21 ◦ blue 3

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

Shades of Green Waterloo #131503

Tints of Green Waterloo #131503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 6.98%

R = 44.19%
G = 48.84%
B = 6.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.92

RGB Variations

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

Color information

#131503 (or 0x131503) is known color: Green Waterloo. HEX triplet: 13, 15 and 03. RGB value is (19,21,3). Sum of RGB (Red+Green+Blue) = 19+21+3=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #131503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131503 is #ECEAFC. Grayscale: #121212. Windows color (decimal): -15526653 or 202003. OLE color: 202003.

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

Color convert

RGB 19 21 3 -
CMYK 0.10 0 0.86 0.92
HSL 66.67º 0.75% 0.05% -
HSV(B) 66.67º 0.86% 0.08% -
XYZ 0.55 0.68 0.19 -
YUV 18.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 19 21 3 0.10 0 0.86 0.92 66.67 0.75 0.05
Hex 13 15 3 A 0 56 5C 43 4B 5
Octal 23 25 3 12 0 126 134 103 113 5
Binary 10011 10101 11 1010 0 1010110 1011100 1000011 1001011 101

Color Harmonies of #131503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131503

Black with #131503

Text Example


Text Example

White with #131503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131503; }

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

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

background-color css

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

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

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

border-color css

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

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

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