Html Css Color HEX #131506 Green Waterloo

📋 copy color: '#131506'

red 19 ◦ green 21 ◦ blue 6

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

Shades of Green Waterloo #131506

Tints of Green Waterloo #131506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 13.04%

R = 41.3%
G = 45.65%
B = 13.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.92

RGB Variations

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

Color information

#131506 (or 0x131506) is known color: Green Waterloo. HEX triplet: 13, 15 and 06. RGB value is (19,21,6). Sum of RGB (Red+Green+Blue) = 19+21+6=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #131506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131506 is #ECEAF9. Grayscale: #121212. Windows color (decimal): -15526650 or 398611. OLE color: 398611.

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

Color convert

RGB 19 21 6 -
CMYK 0.10 0 0.71 0.92
HSL 68º 0.56% 0.05% -
HSV(B) 68º 0.71% 0.08% -
XYZ 0.57 0.69 0.28 -
YUV 18.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 19 21 6 0.10 0 0.71 0.92 68 0.56 0.05
Hex 13 15 6 A 0 47 5C 44 38 5
Octal 23 25 6 12 0 107 134 104 70 5
Binary 10011 10101 110 1010 0 1000111 1011100 1000100 111000 101

Color Harmonies of #131506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131506

Black with #131506

Text Example


Text Example

White with #131506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131506; }

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

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

background-color css

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

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

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

border-color css

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

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

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